Lines Matching refs:yyntokens_
248 static const int yyntokens_;
434 *yycdebug_ << (yytype < yyntokens_ ? "token" : "nterm")
697 yystate = yypgoto_[yyn - yyntokens_] + yystate_stack_[0];
702 yystate = yydefgoto_[yyn - yyntokens_];
924 int yyxend = yychecklim < yyntokens_ ? yychecklim : yyntokens_;
1054 First, the terminals, then, starting at \a yyntokens_, nonterminals. */
1136 const int ]b4_parser_class_name[::yyntokens_ = ]b4_tokens_number[;