Home | History | Annotate | Download | only in src

Lines Matching full:token

458 /* YYTOKNUM[YYLEX-NUM] -- Internal token number corresponding to
459 token YYLEX-NUM. */
554 positive, shift that token. If negative, reduce the rule which
661 #define YYBACKUP(Token, Value) \
665 yychar = (Token); \
720 # define YYDSYMPRINTF(Title, Token, Value, Location) \
726 Token, Value); \
794 # define YYDSYMPRINTF(Title, Token, Value, Location)
900 YYFPRINTF (yyoutput, "token %s (", yytname[yytype]);
1001 /* Lookahead token as an internal (translated) token number. */
1042 yychar = YYEMPTY; /* Cause a token to be read. */
1141 /* Read a lookahead token if we need one and don't already have one. */
1144 /* First try to decide what to do without reference to lookahead token. */
1150 /* Not known => get a lookahead token if don't already have one. */
1155 YYDPRINTF ((stderr, "Reading a token: "));
1167 YYDSYMPRINTF ("Next token is", yytoken, &yylval, &yylloc);
1170 /* If the proper action on seeing token YYTOKEN is to reduce or to
1187 /* Shift the lookahead token. */
1188 YYDPRINTF ((stderr, "Shifting token %s, ", yytname[yytoken]));
1190 /* Discard the token being shifted unless it is eof. */
1757 /* If just tried and failed to reuse lookahead token after an
1762 /* If at end of input, pop the error token,
1783 /* Else will try to reuse lookahead token after shifting the error
1784 token. */
1810 yyerrstatus = 3; /* Each real token shifted decrements this. */
1826 /* Pop the current state because it cannot handle the error token. */
1840 YYDPRINTF ((stderr, "Shifting error token, "));