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

/freebsd-9.3-release/contrib/dtc/
H A Dsrcpos.h39 int first_column; member in struct:YYLTYPE
59 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
68 (Current).first_column = (Current).last_column = \
H A Dsrcpos.c45 .first_column = 0,
159 printf("first_column: %d\n", pos->first_column);
184 if (pos->first_column == pos->last_column) {
187 pos->first_line, pos->first_column);
192 pos->first_column, pos->last_column);
198 pos->first_line, pos->first_column,
/freebsd-9.3-release/contrib/com_err/
H A Dparse.c623 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
631 (Current).first_column = (Current).last_column = \
646 (Loc).first_line, (Loc).first_column, \
/freebsd-9.3-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-9.3-release/crypto/heimdal/lib/com_err/
H A Dparse.c623 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
631 (Current).first_column = (Current).last_column = \
646 (Loc).first_line, (Loc).first_column, \
/freebsd-9.3-release/crypto/heimdal/lib/sl/
H A Dparse.c626 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
634 (Current).first_column = (Current).last_column = \
649 (Loc).first_line, (Loc).first_column, \
H A Dslc-gram.c595 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
603 (Current).first_column = (Current).last_column = \
618 (Loc).first_line, (Loc).first_column, \
/freebsd-9.3-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-9.3-release/crypto/heimdal/lib/asn1/
H A Dparse.c1004 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
1012 (Current).first_column = (Current).last_column = \
1027 (Loc).first_line, (Loc).first_column, \
/freebsd-9.3-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-9.3-release/contrib/gdb/gdb/
H A Dada-exp.c967 Current.first_column = Rhs[1].first_column; \
H A Dm2-exp.c902 Current.first_column = Rhs[1].first_column; \
H A Df-exp.c782 Current.first_column = Rhs[1].first_column; \
H A Djv-exp.c841 Current.first_column = Rhs[1].first_column; \
H A Dc-exp.c964 Current.first_column = Rhs[1].first_column; \
H A Dobjc-exp.c946 Current.first_column = Rhs[1].first_column; \
H A Dp-exp.c756 Current.first_column = Rhs[1].first_column; \

Completed in 202 milliseconds