Home | History | Annotate | Download | only in src

Lines Matching defs:last_column

365   int last_column;
986 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
992 (Current).first_column = (Current).last_column = \
993 YYRHSLOC (Rhs, 0).last_column; \
1011 fprintf (File, "-%d.%d", (Loc).last_line, (Loc).last_column - 1); \
1012 else if ((Loc).first_column < (Loc).last_column - 1) \
1013 fprintf (File, "-%d", (Loc).last_column - 1); \