Home
last modified time | relevance | path

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

/scripts/dtc/
Dsrcpos.h60 int last_line; member
73 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \
77 (Current).first_line = (Current).last_line = \
78 YYRHSLOC(Rhs, 0).last_line; \
Dsrcpos.c251 pos->last_line = current_srcfile->lineno; in srcpos_update()
298 if (pos->first_line != pos->last_line) in srcpos_string()
301 pos->last_line, pos->last_column); in srcpos_string()
345 pos->last_line, pos->last_column); in srcpos_string_comment()
348 first_line ? pos->first_line : pos->last_line); in srcpos_string_comment()