Lines Matching defs:Token
124 typedef enum Token {
127 } Token;
163 Token curr; /* The push-back token, or TOK_NONE */
183 static Token
529 static Token
545 static Token
586 static Token
589 Token t = TOK_ERROR;
629 CondParser_FuncCallEmpty(CondParser *par, bool doEval, Token *out_token)
632 Token tok;
661 CondParser_FuncCall(CondParser *par, bool doEval, Token *out_token)
701 static Token
704 Token t;
722 * see cond-token-plain.mk, keyword 'twice'.
745 /* Return the next token or comparison result from the parser. */
746 static Token
749 Token t;
793 case '#': /* XXX: see unit-tests/cond-token-plain.mk */
812 /* Skip the next token if it equals t. */
814 CondParser_Skip(CondParser *par, Token t)
816 Token actual;
838 Token t;