Lines Matching refs:yytoken
836 every use of yytoken, and add comments explaining this approach.
853 importantly, set yytoken to YYEMPTY when there's no lookahead.
857 set yytoken to yyempty_ before invoking yysyntax_error_.
861 set yytoken to yyempty_ before invoking yysyntax_error.
1577 yytoken here.
1579 yytoken, and add comments explaining this approach.
6057 yytoken, yyval, and yyloc declarations to...
6063 (yyn, yyresult, yytoken, yyval, yyloc): For each NAME in this list,
6154 (b4_declare_parser_state_variables): Remove initialization of yytoken,
6157 yyerrstatus, yytoken, yyss, yyvs, yyls, yystacksize, yyssp, yyvsp, and
6163 Add initialization of yytoken, yyss, yyvs, yyls, and yystacksize; for
6195 (yystate, yyn, yyresult, yyerrstatus, yytoken, yyss, yyssp, yyvs,
8749 to make glr.c easier to evolve in general, don't maintain yytoken in
8750 parallel with yychar; just compute yytoken when needed.
8758 Compute yytoken locally when needed.
8759 (yyparse): Likewise. Remove the local yytoken that yytokenp used to
9087 (yyparse): Set yychar = YYEMPTY where yytoken = YYEMPTY.
10041 and yytoken for similarity with the other skeletons.
13877 Undo most of the 2002-11-12 yychar -> yytoken patch, as it broke
13885 (yyclearin, YYBACKUP, yyparse): Use yychar, not yytoken.
14713 * data/yacc.c: Rename yychar1 as yytoken, as in glr.c.
14715 it against YYEMPTY and so forth), work on yytoken (i.e., set