Searched refs:current_srcfile (Results 1 – 10 of 10) sorted by relevance
53 struct srcfile_state *current_srcfile; /* = NULL */ variable106 if (current_srcfile) in fopen_any_on_path()107 cur_dir = current_srcfile->dir; in fopen_any_on_path()154 srcfile->prev = current_srcfile; in srcfile_push()159 current_srcfile = srcfile; in srcfile_push()164 struct srcfile_state *srcfile = current_srcfile; in srcfile_pop()168 current_srcfile = srcfile->prev; in srcfile_pop()180 return current_srcfile ? true : false; in srcfile_pop()218 pos->file = current_srcfile; in srcpos_update()220 pos->first_line = current_srcfile->lineno; in srcpos_update()[all …]
279 yyin = current_srcfile->f;291 yyin = current_srcfile->f;
37 yyin = current_srcfile->f; in dt_from_source()38 yylloc.file = current_srcfile; in dt_from_source()
36 extern struct srcfile_state *current_srcfile; /* = NULL */
2231 yyin = current_srcfile->f;2243 yyin = current_srcfile->f;
42 struct srcfile_state *current_srcfile; /* = NULL */ variable135 if (current_srcfile) in fopen_any_on_path()136 cur_dir = current_srcfile->dir; in fopen_any_on_path()183 srcfile->prev = current_srcfile; in srcfile_push()188 current_srcfile = srcfile; in srcfile_push()196 struct srcfile_state *srcfile = current_srcfile; in srcfile_pop()200 current_srcfile = srcfile->prev; in srcfile_pop()212 return current_srcfile ? true : false; in srcfile_pop()236 pos->file = current_srcfile; in srcpos_update()238 pos->first_line = current_srcfile->lineno; in srcpos_update()[all …]
271 yyin = current_srcfile->f;283 yyin = current_srcfile->f;
22 yyin = current_srcfile->f; in dt_from_source()23 yylloc.file = current_srcfile; in dt_from_source()
22 extern struct srcfile_state *current_srcfile; /* = NULL */