Searched refs:first_column (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/gpl2/dtc/dist/ |
| H A D | srcpos.h | 61 int first_column; member 74 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \ 81 (Current).first_column = (Current).last_column = \
|
| H A D | srcpos.c | 241 pos->first_column = current_srcfile->colno; in srcpos_update() 300 pos->first_line, pos->first_column, in srcpos_string() 302 else if (pos->first_column != pos->last_column) in srcpos_string() 304 pos->first_line, pos->first_column, in srcpos_string() 308 pos->first_line, pos->first_column); in srcpos_string() 344 pos->first_line, pos->first_column, in srcpos_string_comment()
|
| /netbsd-src/external/bsd/byacc/dist/test/ |
| H A D | btyacc_demo.y | 72 @$.first_line, @$.first_column, 77 @$.first_line, @$.first_column, 82 @$.first_line, @$.first_column, 87 @$.first_line, @$.first_column, 116 @$.first_column = @1.first_column;
|
| /netbsd-src/external/bsd/elftosb/dist/elftosb2/ |
| H A D | elftosb_parser.tab.hpp | 139 int first_column; member
|
| H A D | elftosb_parser.tab.cpp | 226 int first_column; member 880 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ 888 (Current).first_column = (Current).last_column = \ 903 (Loc).first_line, (Loc).first_column, \ 1348 yylloc.first_column = yylloc.last_column = 0;
|
| /netbsd-src/external/gpl2/grep/dist/intl/ |
| H A D | plural.c | 949 yylsp->first_column = yylloc.first_column; in yyparse()
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | getdate.c | 883 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ 891 (Current).first_column = (Current).last_column = \ 906 (Loc).first_line, (Loc).first_column, \
|