Home
last modified time | relevance | path

Searched refs:last_line (Results 1 – 2 of 2) sorted by relevance

/u-boot/scripts/dtc/
A Dsrcpos.h74 int last_line; member
86 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \
90 (Current).first_line = (Current).last_line = \
91 YYRHSLOC(Rhs, 0).last_line; \
A Dsrcpos.c207 .last_line = 0,
229 pos->last_line = current_srcfile->lineno; in srcpos_update()
254 if (pos->first_line != pos->last_line) in srcpos_string()
257 pos->last_line, pos->last_column); in srcpos_string()

Completed in 2 milliseconds