Searched refs:last_column (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/scripts/dtc/ |
D | srcpos.h | 43 int last_column; member 55 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ 60 (Current).first_column = (Current).last_column = \ 61 YYRHSLOC(Rhs, 0).last_column; \
|
D | srcpos.c | 126 .last_column = 0, 153 pos->last_column = current_srcfile->colno; in srcpos_update() 177 printf("last_column : %d\n", pos->last_column); in srcpos_dump() 196 pos->last_line, pos->last_column); in srcpos_string() 197 else if (pos->first_column != pos->last_column) in srcpos_string() 200 pos->last_column); in srcpos_string()
|
D | dtc-parser.tab.c_shipped | 651 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ 657 (Current).first_column = (Current).last_column = \ 658 YYRHSLOC (Rhs, 0).last_column; \ 673 (Loc).last_line, (Loc).last_column)
|
/linux-2.6.39/scripts/genksyms/ |
D | parse.c_shipped | 899 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ 905 (Current).first_column = (Current).last_column = \ 906 YYRHSLOC (Rhs, 0).last_column; \ 921 (Loc).last_line, (Loc).last_column)
|
/linux-2.6.39/scripts/kconfig/ |
D | zconf.tab.c_shipped | 850 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ 856 (Current).first_column = (Current).last_column = \ 857 YYRHSLOC (Rhs, 0).last_column; \ 872 (Loc).last_line, (Loc).last_column)
|