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

123

/freebsd-11-stable/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;
261 pos->first_line, pos->first_column,
263 else if (pos->first_column != pos->last_column)
265 pos->first_line, pos->first_column,
269 pos->first_line, pos->first_column);
/freebsd-11-stable/contrib/byacc/test/btyacc/
H A Derr_inherit4.tab.h30 int first_column; member in struct:YYLTYPE
H A Dbtyacc_demo.tab.h41 int first_column; member in struct:YYLTYPE
H A Dbtyacc_demo.tab.c173 int first_column; member in struct:YYLTYPE
531 (loc).first_column = ((rhs)[-1]).last_column; \
538 (loc).first_column = ((rhs)[ 0 ]).first_column; \
676 (*loc).first_line, (*loc).first_column,
685 (*loc).first_line, (*loc).first_column,
694 (*loc).first_line, (*loc).first_column,
703 (*loc).first_line, (*loc).first_column,
712 (*loc).first_line, (*loc).first_column,
721 (*loc).first_line, (*loc).first_column,
[all...]
H A Derr_inherit4.tab.c169 int first_column; member in struct:YYLTYPE
332 (loc).first_column = ((rhs)[-1]).last_column; \
339 (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 Drename_debug.c106 (loc).first_column = ((rhs)[-1]).last_column; \
113 (loc).first_column = ((rhs)[ 0 ]).first_column; \
H A Derr_syntax12.tab.c254 (loc).first_column = ((rhs)[-1]).last_column; \
261 (loc).first_column = ((rhs)[ 0 ]).first_column; \
H A Derr_syntax18.tab.c251 (loc).first_column = ((rhs)[-1]).last_column; \
258 (loc).first_column = ((rhs)[ 0 ]).first_column; \
H A Dvarsyntax_calc1.tab.c417 (loc).first_column = ((rhs)[-1]).last_column; \
424 (loc).first_column = ((rhs)[ 0 ]).first_column; \
H A Dquote_calc4-s.tab.c381 (loc).first_column = ((rhs)[-1]).last_column; \
388 (loc).first_column = ((rhs)[ 0 ]).first_column; \
H A Dquote_calc4.tab.c381 (loc).first_column = ((rhs)[-1]).last_column; \
388 (loc).first_column = ((rhs)[ 0 ]).first_column; \
H A Dquote_calc3-s.tab.c381 (loc).first_column = ((rhs)[-1]).last_column; \
388 (loc).first_column = ((rhs)[ 0 ]).first_column; \
H A Dquote_calc3.tab.c381 (loc).first_column = ((rhs)[-1]).last_column; \
388 (loc).first_column = ((rhs)[ 0 ]).first_column; \
H A Dcalc1.tab.c416 (loc).first_column = ((rhs)[-1]).last_column; \
423 (loc).first_column = ((rhs)[ 0 ]).first_column; \
H A Dbtyacc_destroy3.tab.c380 (loc).first_column = ((rhs)[-1]).last_column; \
387 (loc).first_column = ((rhs)[ 0 ]).first_column; \
H A Dbtyacc_destroy1.tab.c380 (loc).first_column = ((rhs)[-1]).last_column; \
387 (loc).first_column = ((rhs)[ 0 ]).first_column; \
H A Dbtyacc_destroy2.tab.c380 (loc).first_column = ((rhs)[-1]).last_column; \
387 (loc).first_column = ((rhs)[ 0 ]).first_column; \
/freebsd-11-stable/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-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c83 static bool first_column; /* See 'next_char()' below */ variable
258 first_column = (bufptr == bufstart);
259 if (first_column)
455 if (first_column) {
701 } /* end else (first_column == FALSE) */
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/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, \

Completed in 373 milliseconds

123