Home
last modified time | relevance | path

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

123

/freebsd-12.1/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.tab.c173 int first_column; member
538 (loc).first_column = ((rhs)[ 0 ]).first_column; \
676 (*loc).first_line, (*loc).first_column, in YYDESTRUCT_DECL()
685 (*loc).first_line, (*loc).first_column, in YYDESTRUCT_DECL()
694 (*loc).first_line, (*loc).first_column, in YYDESTRUCT_DECL()
703 (*loc).first_line, (*loc).first_column, in YYDESTRUCT_DECL()
712 (*loc).first_line, (*loc).first_column, in YYDESTRUCT_DECL()
721 (*loc).first_line, (*loc).first_column, in YYDESTRUCT_DECL()
730 (*loc).first_line, (*loc).first_column, in YYDESTRUCT_DECL()
739 (*loc).first_line, (*loc).first_column, in YYDESTRUCT_DECL()
[all …]
H A Derr_inherit4.tab.h30 int first_column; member
H A Dbtyacc_demo.tab.h41 int first_column; member
H A Derr_inherit4.tab.c169 int first_column; member
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 Dquote_calc-s.tab.c380 (loc).first_column = ((rhs)[-1]).last_column; \
387 (loc).first_column = ((rhs)[ 0 ]).first_column; \
H A Dquote_calc2.tab.c386 (loc).first_column = ((rhs)[-1]).last_column; \
393 (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 Dquote_calc4.tab.c381 (loc).first_column = ((rhs)[-1]).last_column; \
388 (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 Dpure_error.tab.c250 (loc).first_column = ((rhs)[-1]).last_column; \
257 (loc).first_column = ((rhs)[ 0 ]).first_column; \
H A Dinherit0.tab.c284 (loc).first_column = ((rhs)[-1]).last_column; \
291 (loc).first_column = ((rhs)[ 0 ]).first_column; \
H A Dpure_calc.tab.c362 (loc).first_column = ((rhs)[-1]).last_column; \
369 (loc).first_column = ((rhs)[ 0 ]).first_column; \
H A Derr_syntax20.tab.c246 (loc).first_column = ((rhs)[-1]).last_column; \
253 (loc).first_column = ((rhs)[ 0 ]).first_column; \
H A Dinherit1.tab.c305 (loc).first_column = ((rhs)[-1]).last_column; \
312 (loc).first_column = ((rhs)[ 0 ]).first_column; \
H A Derror.tab.c247 (loc).first_column = ((rhs)[-1]).last_column; \
254 (loc).first_column = ((rhs)[ 0 ]).first_column; \
/freebsd-12.1/contrib/dtc/
H A Dsrcpos.h72 int first_column; member
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; in srcpos_update()
261 pos->first_line, pos->first_column, in srcpos_string()
263 else if (pos->first_column != pos->last_column) in srcpos_string()
265 pos->first_line, pos->first_column, in srcpos_string()
269 pos->first_line, pos->first_column); in srcpos_string()
/freebsd-12.1/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-12.1/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c83 static bool first_column; /* See 'next_char()' below */ variable
258 first_column = (bufptr == bufstart); in next_char()
259 if (first_column) in next_char()
455 if (first_column) { in _nc_get_token()
/freebsd-12.1/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-12.1/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-12.1/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-12.1/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, \

123