Searched refs:current_srcfile (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/dtc/
H A Dsrcpos.c53 struct srcfile_state *current_srcfile; /* = NULL */ variable in typeref:struct:srcfile_state
106 if (current_srcfile)
107 cur_dir = current_srcfile->dir;
154 srcfile->prev = current_srcfile;
159 current_srcfile = srcfile;
164 struct srcfile_state *srcfile = current_srcfile;
168 current_srcfile = srcfile->prev;
180 return current_srcfile ? true : false;
218 pos->file = current_srcfile;
220 pos->first_line = current_srcfile
[all...]
H A Dsrcpos.h35 extern struct srcfile_state *current_srcfile; /* = NULL */
H A Ddtc-lexer.l291 yyin = current_srcfile->f;
310 yyin = current_srcfile->f;
H A Dtreesource.c37 yyin = current_srcfile->f;
38 yylloc.file = current_srcfile;

Completed in 63 milliseconds