Lines Matching refs:last_column
189 (Current).last_column = YYRHSLOC(Rhs, N).last_column; \
193 (Current).first_column = YYRHSLOC(Rhs, 0).last_column; \
194 (Current).last_column = (Current).first_column; \
1409 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
1415 (Current).first_column = (Current).last_column = \
1416 YYRHSLOC (Rhs, 0).last_column; \
1453 int end_col = 0 != yylocp->last_column ? yylocp->last_column - 1 : 0;