Lines Matching refs:Current
103 # Expansion of $<TYPE>NUM, where the current rule has RULE-LENGTH
123 # Expansion of @NUM, where the current rule has RULE-LENGTH symbols
591 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
592 If N is 0, then set CURRENT to the empty location which ends
597 # define YYLLOC_DEFAULT(Current, Rhs, N) \
601 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
602 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
603 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
604 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
608 (Current).first_line = (Current).last_line = \
610 (Current).first_column = (Current).last_column = \
1101 /* Get the current used size of the three stacks, in elements. */
1173 /* Do appropriate processing given the current state. Read a
1237 | yydefault -- do the default action for the current state. |
1410 /* Pop the current state because it cannot handle the error token. */