Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Dsrcpos.h42 int last_line; member
54 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \
58 (Current).first_line = (Current).last_line = \
59 YYRHSLOC(Rhs, 0).last_line; \
H A Dsrcpos.c125 .last_line = 0,
152 pos->last_line = current_srcfile->lineno; in srcpos_update()
176 printf("last_line : %d\n", pos->last_line); in srcpos_dump()
193 if (pos->first_line != pos->last_line) in srcpos_string()
196 pos->last_line, pos->last_column); in srcpos_string()
H A Ddtc-parser.tab.c_shipped650 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
655 (Current).first_line = (Current).last_line = \
656 YYRHSLOC (Rhs, 0).last_line; \
673 (Loc).last_line, (Loc).last_column)
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dzconf.tab.c849 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
854 (Current).first_line = (Current).last_line = \
855 YYRHSLOC (Rhs, 0).last_line; \
872 (Loc).last_line, (Loc).last_column)
H A Dzconf.tab.c_shipped849 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
854 (Current).first_line = (Current).last_line = \
855 YYRHSLOC (Rhs, 0).last_line; \
872 (Loc).last_line, (Loc).last_column)
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dparse.c_shipped898 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
903 (Current).first_line = (Current).last_line = \
904 YYRHSLOC (Rhs, 0).last_line; \
921 (Loc).last_line, (Loc).last_column)