Lines Matching refs:Current
222 #define YYLLOC_DEFAULT(Current, Rhs, N) (Current) = lloc_default (Rhs, N)
870 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
871 If N is 0, then set CURRENT to the empty location which ends
876 # define YYLLOC_DEFAULT(Current, Rhs, N) \
880 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
881 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
882 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
883 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
887 (Current).first_line = (Current).last_line = \
889 (Current).first_column = (Current).last_column = \
1592 /* Get the current used size of the three stacks, in elements. */
1664 /* Do appropriate processing given the current state. Read a
1728 | yydefault -- do the default action for the current state. |
2300 /* Pop the current state because it cannot handle the error token. */