Lines Matching defs:first_line
181 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
187 (Current).first_line = YYRHSLOC(Rhs, 0).last_line; \
188 (Current).last_line = (Current).first_line; \
385 int first_line;
1225 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
1232 (Current).first_line = (Current).last_line = \
1273 if (0 <= yylocp->first_line)
1275 res += YYFPRINTF (yyo, "%d", yylocp->first_line);
1281 if (yylocp->first_line < yylocp->last_line)
5031 locp->first_line, locp->first_column, s);
5098 loc.first_line = 0;