Lines Matching refs:last_column
185 (Current).last_column = YYRHSLOC(Rhs, N).last_column; \
189 (Current).first_column = YYRHSLOC(Rhs, 0).last_column; \
190 (Current).last_column = (Current).first_column; \
388 int last_column;
1228 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
1234 (Current).first_column = (Current).last_column = \
1235 YYRHSLOC (Rhs, 0).last_column; \
1272 int end_col = 0 != yylocp->last_column ? yylocp->last_column - 1 : 0;