Home
last modified time | relevance | path

Searched refs:last_column (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/scripts/dtc/
Dsrcpos.h43 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; \
Dsrcpos.c126 .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()
Ddtc-parser.tab.c_shipped651 (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/
Dparse.c_shipped899 (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/
Dzconf.tab.c_shipped850 (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)