Lines Matching refs:token
1239 } /* end of scanning one token */
1547 * token and flags that we need to
1548 * try matching the token before
2073 /** Get the length of the current token.
2081 /** Get the current token.
2257 * We mark any token, that that equals to a known enumerator, as
2293 int token, count = 0;
2304 token = yylex1();
2306 if (token == 0)
2308 else if (token == FILENAME)
2329 switch (token)
2337 switch (token = r->token)
2362 token = TYPE;
2395 switch (token)
2404 token = ATTRIBUTE_PHRASE;
2415 switch (token)
2424 token = ASM_PHRASE;
2435 switch (token)
2444 token = BRACKET_PHRASE;
2455 switch (token)
2464 token = BRACE_PHRASE;
2474 switch (token)
2484 /* Put back the token we just read so's we can find it again
2486 unput(token);
2489 token = EXPRESSION_PHRASE;
2500 /* Put back the token we just read so's we can find it again
2502 unput(token);
2505 token = EXPRESSION_PHRASE;
2520 if (token == IDENT && yyleng == 1 && yytext[0] == 'X')
2522 token = EXPORT_SYMBOL_KEYW;
2531 switch (token)
2550 if (token == ';')
2555 switch (token)
2558 token = ';';
2580 return token;