Home | History | Annotate | Download | only in data

Lines Matching refs:yytoken

1004                   yytname[yytoken]));                            \
1008 yy_lac (yyesa, &yyes, &yyes_capacity, yyssp, yytoken); \
1043 /* Given the stack whose top is *YYSSP, return 0 iff YYTOKEN can
1053 YYSIZE_T *yyes_capacity, yytype_int16 *yyssp, int yytoken)
1057 YYDPRINTF ((stderr, "LAC: checking lookahead %s:", yytname[yytoken]));
1058 if (yytoken == YYUNDEFTOK)
1067 || (yyrule += yytoken) < 0 || YYLAST < yyrule
1068 || yycheck[yyrule] != yytoken)
1234 about the unexpected token YYTOKEN for the state stack whose top is
1246 YYSIZE_T *yyes_capacity, ]])[yytype_int16 *yyssp, int yytoken)
1248 YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]);
1291 if (yytoken != YYEMPTY)
1295 yyarg[yycount++] = yytname[yytoken];
1534 int yytoken = 0;
1714 yychar = yytoken = YYEOF;
1719 yytoken = YYTRANSLATE (yychar);
1720 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
1723 /* If the proper action on seeing token YYTOKEN is to reduce or to
1725 yyn += yytoken;
1726 if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken)]b4_lac_if([[
1748 YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
1809 that yytoken be updated with the new translation. We take the
1810 approach of translating immediately before every use of yytoken.
1849 yytoken = yychar == YYEMPTY ? YYEMPTY : YYTRANSLATE (yychar);
1860 yyssp, yytoken)
1910 yytoken, &yylval]b4_locations_if([, &yylloc])[]b4_user_args[);
2023 yytoken = YYTRANSLATE (yychar);
2025 yytoken, &yylval]b4_locations_if([, &yylloc])[]b4_user_args[);