Lines Matching refs:current_srcfile
44 struct srcfile_state *current_srcfile; /* = NULL */
137 if (current_srcfile)
138 cur_dir = current_srcfile->dir;
185 srcfile->prev = current_srcfile;
190 current_srcfile = srcfile;
198 struct srcfile_state *srcfile = current_srcfile;
202 current_srcfile = srcfile->prev;
214 return current_srcfile ? true : false;
238 pos->file = current_srcfile;
240 pos->first_line = current_srcfile->lineno;
241 pos->first_column = current_srcfile->colno;
245 current_srcfile->lineno++;
246 current_srcfile->colno = 1;
248 current_srcfile->colno++;
251 pos->last_line = current_srcfile->lineno;
252 pos->last_column = current_srcfile->colno;
401 current_srcfile->name = f;
402 current_srcfile->lineno = l;