Lines Matching defs:first_column
182 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
189 (Current).first_column = YYRHSLOC(Rhs, 0).last_column; \
190 (Current).last_column = (Current).first_column; \
192 + (Current).first_column; \
386 int first_column;
1226 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
1234 (Current).first_column = (Current).last_column = \
1276 if (0 <= yylocp->first_column)
1277 res += YYFPRINTF (yyo, ".%d", yylocp->first_column);
1287 else if (0 <= end_col && yylocp->first_column < end_col)
5031 locp->first_line, locp->first_column, s);
5099 loc.first_column = 0;