/freebsd/contrib/byacc/test/btyacc/ |
H A D | btyacc_demo.tab.c | 173 int first_column; member 534 (loc).first_column = YYRHSLOC(rhs, 0).last_column; \ 541 (loc).first_column = YYRHSLOC(rhs, 1).first_column; \ 679 (*loc).first_line, (*loc).first_column, in YYDESTRUCT_DECL() 688 (*loc).first_line, (*loc).first_column, in YYDESTRUCT_DECL() 697 (*loc).first_line, (*loc).first_column, in YYDESTRUCT_DECL() 706 (*loc).first_line, (*loc).first_column, in YYDESTRUCT_DECL() 715 (*loc).first_line, (*loc).first_column, in YYDESTRUCT_DECL() 724 (*loc).first_line, (*loc).first_column, in YYDESTRUCT_DECL() 733 (*loc).first_line, (*loc).first_column, in YYDESTRUCT_DECL() [all …]
|
H A D | err_inherit4.tab.h | 30 int first_column; member
|
H A D | btyacc_demo.tab.h | 41 int first_column; member
|
H A D | err_inherit4.tab.c | 169 int first_column; member 335 (loc).first_column = YYRHSLOC(rhs, 0).last_column; \ 342 (loc).first_column = YYRHSLOC(rhs, 1).first_column; \
|
H A D | rename_debug.c | 109 (loc).first_column = YYRHSLOC(rhs, 0).last_column; \ 116 (loc).first_column = YYRHSLOC(rhs, 1).first_column; \
|
H A D | btyacc_destroy1.tab.c | 383 (loc).first_column = YYRHSLOC(rhs, 0).last_column; \ 390 (loc).first_column = YYRHSLOC(rhs, 1).first_column; \
|
H A D | calc.tab.c | 364 (loc).first_column = YYRHSLOC(rhs, 0).last_column; \ 371 (loc).first_column = YYRHSLOC(rhs, 1).first_column; \
|
H A D | calc2.tab.c | 366 (loc).first_column = YYRHSLOC(rhs, 0).last_column; \ 373 (loc).first_column = YYRHSLOC(rhs, 1).first_column; \
|
H A D | error.tab.c | 250 (loc).first_column = YYRHSLOC(rhs, 0).last_column; \ 257 (loc).first_column = YYRHSLOC(rhs, 1).first_column; \
|
H A D | inherit0.tab.c | 287 (loc).first_column = YYRHSLOC(rhs, 0).last_column; \ 294 (loc).first_column = YYRHSLOC(rhs, 1).first_column; \
|
H A D | pure_calc.tab.c | 363 (loc).first_column = YYRHSLOC(rhs, 0).last_column; \ 370 (loc).first_column = YYRHSLOC(rhs, 1).first_column; \
|
H A D | pure_error.tab.c | 251 (loc).first_column = YYRHSLOC(rhs, 0).last_column; \ 258 (loc).first_column = YYRHSLOC(rhs, 1).first_column; \
|
H A D | quote_calc2-s.tab.c | 383 (loc).first_column = YYRHSLOC(rhs, 0).last_column; \ 390 (loc).first_column = YYRHSLOC(rhs, 1).first_column; \
|
H A D | quote_calc4-s.tab.c | 384 (loc).first_column = YYRHSLOC(rhs, 0).last_column; \ 391 (loc).first_column = YYRHSLOC(rhs, 1).first_column; \
|
H A D | stdin1.calc.c | 271 (loc).first_column = YYRHSLOC(rhs, 0).last_column; \ 278 (loc).first_column = YYRHSLOC(rhs, 1).first_column; \
|
H A D | stdin2.calc.c | 271 (loc).first_column = YYRHSLOC(rhs, 0).last_column; \ 278 (loc).first_column = YYRHSLOC(rhs, 1).first_column; \
|
H A D | quote_calc4.tab.c | 384 (loc).first_column = YYRHSLOC(rhs, 0).last_column; \ 391 (loc).first_column = YYRHSLOC(rhs, 1).first_column; \
|
H A D | calc_code_all.tab.c | 376 (loc).first_column = YYRHSLOC(rhs, 0).last_column; \ 383 (loc).first_column = YYRHSLOC(rhs, 1).first_column; \
|
H A D | calc_code_default.tab.c | 364 (loc).first_column = YYRHSLOC(rhs, 0).last_column; \ 371 (loc).first_column = YYRHSLOC(rhs, 1).first_column; \
|
/freebsd/contrib/byacc/test/ |
H A D | btyacc_demo.y | 70 @$.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/contrib/ncurses/ncurses/tinfo/ |
H A D | comp_scan.c | 84 static bool first_column; /* See 'next_char()' below */ variable 293 first_column = (bufptr == bufstart); in next_char() 294 if (first_column) in next_char() 498 if (first_column) { in _nc_get_token()
|
/freebsd/crypto/heimdal/lib/com_err/ |
H A D | parse.c | 624 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ 632 (Current).first_column = (Current).last_column = \ 647 (Loc).first_line, (Loc).first_column, \
|
/freebsd/crypto/heimdal/lib/sl/ |
H A D | slc-gram.c | 598 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ 606 (Current).first_column = (Current).last_column = \ 621 (Loc).first_line, (Loc).first_column, \
|
/freebsd/crypto/heimdal/appl/ftp/ftpd/ |
H A D | ftpcmd.c | 1009 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ 1017 (Current).first_column = (Current).last_column = \ 1032 (Loc).first_line, (Loc).first_column, \
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | asn1parse.c | 1016 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ 1024 (Current).first_column = (Current).last_column = \ 1039 (Loc).first_line, (Loc).first_column, \
|