Home | History | Annotate | Download | only in libpcap

Lines Matching refs:yytoken

1653    about the unexpected token YYTOKEN for the state stack whose top is
1662 yytype_int16 *yyssp, int yytoken)
1664 YYSIZE_T yysize0 = yytnamerr (YY_NULLPTR, yytname[yytoken]);
1698 if (yytoken != YYEMPTY)
1701 yyarg[yycount++] = yytname[yytoken];
1856 int yytoken = 0;
1989 yychar = yytoken = YYEOF;
1994 yytoken = YYTRANSLATE (yychar);
1995 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
1998 /* If the proper action on seeing token YYTOKEN is to reduce or to
2000 yyn += yytoken;
2001 if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken)
2018 YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
3423 that yytoken be updated with the new translation. We take the
3424 approach of translating immediately before every use of yytoken.
3462 yytoken = yychar == YYEMPTY ? YYEMPTY : YYTRANSLATE (yychar);
3472 yyssp, yytoken)
3520 yytoken, &yylval, yyscanner, cstate);
3623 yytoken = YYTRANSLATE (yychar);
3625 yytoken, &yylval, yyscanner, cstate);