Home | History | Annotate | Download | only in src

Lines Matching defs:yytoken

1433                   yytname[yytoken]));                            \
1437 yy_lac (yyesa, &yyes, &yyes_capacity, yyssp, yytoken); \
1472 /* Given the stack whose top is *YYSSP, return 0 iff YYTOKEN can
1482 YYSIZE_T *yyes_capacity, yytype_int16 *yyssp, int yytoken)
1486 YYDPRINTF ((stderr, "LAC: checking lookahead %s:", yytname[yytoken]));
1487 if (yytoken == YYUNDEFTOK)
1496 || (yyrule += yytoken) < 0 || YYLAST < yyrule
1497 || yycheck[yyrule] != yytoken)
1678 about the unexpected token YYTOKEN for the state stack whose top is
1690 YYSIZE_T *yyes_capacity, yytype_int16 *yyssp, int yytoken)
1692 YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]);
1728 if (yytoken != YYEMPTY)
1732 yyarg[yycount++] = yytname[yytoken];
1961 int yytoken = 0;
2119 yychar = yytoken = YYEOF;
2124 yytoken = YYTRANSLATE (yychar);
2125 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
2128 /* If the proper action on seeing token YYTOKEN is to reduce or to
2130 yyn += yytoken;
2131 if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken)
2152 YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
2902 that yytoken be updated with the new translation. We take the
2903 approach of translating immediately before every use of yytoken.
2942 yytoken = yychar == YYEMPTY ? YYEMPTY : YYTRANSLATE (yychar);
2953 yyssp, yytoken)
3003 yytoken, &yylval, &yylloc);
3116 yytoken = YYTRANSLATE (yychar);
3118 yytoken, &yylval, &yylloc);