Lines Matching refs:Current
685 # define YYLLOC_DEFAULT(Current, Rhs, N) \
686 ((Current).first_line = (Rhs)[1].first_line, \
687 (Current).first_column = (Rhs)[1].first_column, \
688 (Current).last_line = (Rhs)[N].last_line, \
689 (Current).last_column = (Rhs)[N].last_column)
1068 /* Get the current used size of the three stacks, in elements. */
1140 /* Do appropriate processing given the current state. */
1207 | yydefault -- do the default action for the current state. |
1826 /* Pop the current state because it cannot handle the error token. */