Lines Matching refs:Current
1166 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
1167 If N is 0, then set CURRENT to the empty location which ends
1172 # define YYLLOC_DEFAULT(Current, Rhs, N) \
1176 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
1177 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
1178 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
1179 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
1183 (Current).first_line = (Current).last_line = \
1185 (Current).first_column = (Current).last_column = \
1626 /* Get the current used size of the three stacks, in elements. */
1698 /* Do appropriate processing given the current state. */
1765 | yydefault -- do the default action for the current state. |
2919 /* Pop the current state because it cannot handle the error token. */