Home | History | Annotate | Download | only in src

Lines Matching refs:last_line

364   int last_line;
985 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
990 (Current).first_line = (Current).last_line = \
991 YYRHSLOC (Rhs, 0).last_line; \
1010 if ((Loc).first_line < (Loc).last_line) \
1011 fprintf (File, "-%d.%d", (Loc).last_line, (Loc).last_column - 1); \