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

/freebsd-10.0-release/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 ? 1 : 0;
218 pos->file = current_srcfile;
220 pos->first_line = current_srcfile
[all...]
H A Ddtc-lexer.l205 yyin = current_srcfile->f;
224 yyin = current_srcfile->f;
H A Dsrcpos.h34 extern struct srcfile_state *current_srcfile; /* = NULL */
H A Dtreesource.c37 yyin = current_srcfile->f;
38 yylloc.file = current_srcfile;

Completed in 157 milliseconds