Home
last modified time | relevance | path

Searched refs:current_srcfile (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Dsrcpos.c43 struct srcfile_state *current_srcfile; /* = NULL */ variable
58 if (!current_srcfile || !current_srcfile->dir in srcfile_relative_open()
62 fullname = join_path(current_srcfile->dir, fname); in srcfile_relative_open()
89 srcfile->prev = current_srcfile; in srcfile_push()
94 current_srcfile = srcfile; in srcfile_push()
99 struct srcfile_state *srcfile = current_srcfile; in srcfile_pop()
103 current_srcfile = srcfile->prev; in srcfile_pop()
115 return current_srcfile ? 1 : 0; in srcfile_pop()
136 pos->file = current_srcfile; in srcpos_update()
138 pos->first_line = current_srcfile->lineno; in srcpos_update()
[all …]
H A Ddtc-lexer.l176 yyin = current_srcfile->f;
188 yyin = current_srcfile->f;
H A Dsrcpos.h33 extern struct srcfile_state *current_srcfile; /* = NULL */
H A Dtreesource.c36 yyin = current_srcfile->f; in dt_from_source()
H A Ddtc-lexer.lex.c_shipped2009 yyin = current_srcfile->f;
2021 yyin = current_srcfile->f;