Home
last modified time | relevance | path

Searched refs:first_column (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl2/dtc/dist/
H A Dsrcpos.h61 int first_column; member
74 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
81 (Current).first_column = (Current).last_column = \
H A Dsrcpos.c241 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 Dbtyacc_demo.y72 @$.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 Delftosb_parser.tab.hpp139 int first_column; member
H A Delftosb_parser.tab.cpp226 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 Dplural.c949 yylsp->first_column = yylloc.first_column; in yyparse()
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dgetdate.c883 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
891 (Current).first_column = (Current).last_column = \
906 (Loc).first_line, (Loc).first_column, \