Searched refs:last_line (Results 1 – 5 of 5) sorted by relevance
/scripts/dtc/ |
D | srcpos.h | 73 int last_line; member 85 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \ 89 (Current).first_line = (Current).last_line = \ 90 YYRHSLOC(Rhs, 0).last_line; \
|
D | srcpos.c | 207 .last_line = 0, 234 pos->last_line = current_srcfile->lineno; in srcpos_update() 259 if (pos->first_line != pos->last_line) in srcpos_string() 262 pos->last_line, pos->last_column); in srcpos_string()
|
D | dtc-parser.tab.h_shipped | 113 int last_line;
|
D | dtc-parser.tab.c_shipped | 184 int last_line; 751 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ 756 (Current).first_line = (Current).last_line = \ 757 YYRHSLOC (Rhs, 0).last_line; \ 803 if (0 <= yylocp->last_line) 805 if (yylocp->first_line < yylocp->last_line) 807 res += YYFPRINTF (yyo, "-%d", yylocp->last_line);
|
/scripts/kconfig/ |
D | zconf.tab.c_shipped | 879 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ 884 (Current).first_line = (Current).last_line = \ 885 YYRHSLOC (Rhs, 0).last_line; \
|