Searched refs:first_column (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-10.1-release/contrib/dtc/
H A Dsrcpos.h72 int first_column; member in struct:srcpos
84 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
91 (Current).first_column = (Current).last_column = \
H A Dsrcpos.c206 .first_column = 0,
221 pos->first_column = current_srcfile->colno;
257 printf("first_column: %d\n", pos->first_column);
277 pos->first_line, pos->first_column,
279 else if (pos->first_column != pos->last_column)
281 pos->first_line, pos->first_column,
285 pos->first_line, pos->first_column);
/freebsd-10.1-release/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.tab.c173 int first_column; member in struct:YYLTYPE
505 (loc).first_column = ((rhs)[-1]).last_column; \
512 (loc).first_column = ((rhs)[ 0 ]).first_column; \
650 (*loc).first_line, (*loc).first_column,
659 (*loc).first_line, (*loc).first_column,
668 (*loc).first_line, (*loc).first_column,
677 (*loc).first_line, (*loc).first_column,
686 (*loc).first_line, (*loc).first_column,
695 (*loc).first_line, (*loc).first_column,
[all...]
H A Derr_inherit4.tab.c169 int first_column; member in struct:YYLTYPE
324 (loc).first_column = ((rhs)[-1]).last_column; \
331 (loc).first_column = ((rhs)[ 0 ]).first_column; \
H A Dcode_debug.c104 (loc).first_column = ((rhs)[-1]).last_column; \
111 (loc).first_column = ((rhs)[ 0 ]).first_column; \
H A Dempty.tab.c246 (loc).first_column = ((rhs)[-1]).last_column; \
253 (loc).first_column = ((rhs)[ 0 ]).first_column; \
H A Derr_syntax10.tab.c236 (loc).first_column = ((rhs)[-1]).last_column; \
243 (loc).first_column = ((rhs)[ 0 ]).first_column; \
H A Derr_syntax11.tab.c242 (loc).first_column = ((rhs)[-1]).last_column; \
249 (loc).first_column = ((rhs)[ 0 ]).first_column; \
H A Derr_syntax12.tab.c248 (loc).first_column = ((rhs)[-1]).last_column; \
255 (loc).first_column = ((rhs)[ 0 ]).first_column; \
H A Derr_syntax20.tab.c239 (loc).first_column = ((rhs)[-1]).last_column; \
246 (loc).first_column = ((rhs)[ 0 ]).first_column; \
H A Derror.tab.c241 (loc).first_column = ((rhs)[-1]).last_column; \
248 (loc).first_column = ((rhs)[ 0 ]).first_column; \
H A Drename_debug.c100 (loc).first_column = ((rhs)[-1]).last_column; \
107 (loc).first_column = ((rhs)[ 0 ]).first_column; \
H A Dbtyacc_calc1.tab.c382 (loc).first_column = ((rhs)[-1]).last_column; \
389 (loc).first_column = ((rhs)[ 0 ]).first_column; \
H A Dcalc.tab.c333 (loc).first_column = ((rhs)[-1]).last_column; \
340 (loc).first_column = ((rhs)[ 0 ]).first_column; \
H A Dcalc1.tab.c387 (loc).first_column = ((rhs)[-1]).last_column; \
394 (loc).first_column = ((rhs)[ 0 ]).first_column; \
H A Dcalc2.tab.c335 (loc).first_column = ((rhs)[-1]).last_column; \
342 (loc).first_column = ((rhs)[ 0 ]).first_column; \
H A Dcalc3.tab.c331 (loc).first_column = ((rhs)[-1]).last_column; \
338 (loc).first_column = ((rhs)[ 0 ]).first_column; \
/freebsd-10.1-release/contrib/byacc/test/
H A Dbtyacc_demo.y70 @$.first_line, @$.first_column,
75 @$.first_line, @$.first_column,
80 @$.first_line, @$.first_column,
85 @$.first_line, @$.first_column,
114 @$.first_column = @1.first_column;
/freebsd-10.1-release/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c89 static bool first_column; /* See 'next_char()' below */ variable
255 first_column = (bufptr == bufstart);
256 if (first_column)
451 if (first_column) {
646 } /* end else (first_column == FALSE) */
/freebsd-10.1-release/crypto/heimdal/lib/com_err/
H A Dparse.c624 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
632 (Current).first_column = (Current).last_column = \
647 (Loc).first_line, (Loc).first_column, \
/freebsd-10.1-release/contrib/ofed/libsdp/src/
H A Dconfig_parser.c756 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
764 (Current).first_column = (Current).last_column = \
779 (Loc).first_line, (Loc).first_column, \
/freebsd-10.1-release/crypto/heimdal/lib/asn1/
H A Dasn1parse.c1016 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
1024 (Current).first_column = (Current).last_column = \
1039 (Loc).first_line, (Loc).first_column, \
/freebsd-10.1-release/crypto/heimdal/lib/sl/
H A Dslc-gram.c598 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
606 (Current).first_column = (Current).last_column = \
621 (Loc).first_line, (Loc).first_column, \
/freebsd-10.1-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c1009 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
1017 (Current).first_column = (Current).last_column = \
1032 (Loc).first_line, (Loc).first_column, \
/freebsd-10.1-release/contrib/byacc/
H A Dbtyaccpar.skel76 (loc).first_column = ((rhs)[-1]).last_column; \
83 (loc).first_column = ((rhs)[ 0 ]).first_column; \

Completed in 161 milliseconds

123