Lines Matching refs:Current
829 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
830 If N is 0, then set CURRENT to the empty location which ends
835 # define YYLLOC_DEFAULT(Current, Rhs, N) \
839 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
840 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
841 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
842 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
846 (Current).first_line = (Current).last_line = \
848 (Current).first_column = (Current).last_column = \
1438 /* Get the current used size of the three stacks, in elements. */
1509 /* Do appropriate processing given the current state. Read a
1569 | yydefault -- do the default action for the current state. |
1928 /* Pop the current state because it cannot handle the error token. */