Lines Matching refs:token
132 /* Enabling the token table. */
210 /* Include zconf.hash.c here so it can see the token constants. */
593 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
594 token YYLEX-NUM. */
715 positive, shift that token. If negative, reduce the rule which
986 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
1193 about the unexpected token YYTOKEN for the state stack whose top is
1228 that there is no unexpected or expected token to report. In that
1234 - Of course, the expected token list depends on states to have
1239 token list. However, the list is correct for canonical LR with
1240 one exception: it will still contain any token that will not be
1468 /* Lookahead token as an internal (translated) token number. */
1497 yychar = YYEMPTY; /* Cause a token to be read. */
1593 lookahead token if we need one and don't already have one. */
1595 /* First try to decide what to do without reference to lookahead token. */
1600 /* Not known => get a lookahead token if don't already have one. */
1605 YYDPRINTF ((stderr, "Reading a token: "));
1617 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
1620 /* If the proper action on seeing token YYTOKEN is to reduce or to
1639 /* Shift the lookahead token. */
1642 /* Discard the shifted token. */
1805 menu_add_option(id->token, (yyvsp[(3) - (3)].string));
2190 /* If just tried and failed to reuse lookahead token after an
2207 /* Else will try to reuse lookahead token after shifting the error
2208 token. */
2236 yyerrstatus = 3; /* Each real token shifted decrements this. */
2252 /* Pop the current state because it cannot handle the error token. */
2267 /* Shift the error token. */
2365 static const char *zconf_tokenname(int token)
2367 switch (token) {
2377 return "<token>";
2382 if (id->token != endtoken) {