Lines Matching refs:token
131 /* Enabling the token table. */
205 /* Include zconf.hash.c here so it can see the token constants. */
579 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
580 token YYLEX-NUM. */
699 positive, shift that token. If negative, reduce the rule which
963 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
1170 /* Copy into YYRESULT an error message about the unexpected token
1421 /* Lookahead token as an internal (translated) token number. */
1450 yychar = YYEMPTY; /* Cause a token to be read. */
1546 lookahead token if we need one and don't already have one. */
1548 /* First try to decide what to do without reference to lookahead token. */
1553 /* Not known => get a lookahead token if don't already have one. */
1558 YYDPRINTF ((stderr, "Reading a token: "));
1570 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
1573 /* If the proper action on seeing token YYTOKEN is to reduce or to
1592 /* Shift the lookahead token. */
1595 /* Discard the shifted token. */
1758 menu_add_option(id->token, (yyvsp[(3) - (3)].string));
2109 /* If just tried and failed to reuse lookahead token after an
2126 /* Else will try to reuse lookahead token after shifting the error
2127 token. */
2155 yyerrstatus = 3; /* Each real token shifted decrements this. */
2171 /* Pop the current state because it cannot handle the error token. */
2186 /* Shift the error token. */
2288 static const char *zconf_tokenname(int token)
2290 switch (token) {
2300 return "<token>";
2305 if (id->token != endtoken) {