Lines Matching refs:Token
125 typedef enum Token { enum
128 } Token; typedef
164 Token curr; /* Single push-back token used in parsing */
184 static Token
526 static Token
542 static Token
583 static Token
586 Token t = TOK_ERROR; in CondParser_Comparison()
626 CondParser_FuncCallEmpty(CondParser *par, bool doEval, Token *out_token) in CondParser_FuncCallEmpty()
629 Token tok; in CondParser_FuncCallEmpty()
658 CondParser_FuncCall(CondParser *par, bool doEval, Token *out_token) in CondParser_FuncCall()
698 static Token
701 Token t; in CondParser_ComparisonOrLeaf()
743 static Token
746 Token t; in CondParser_Token()
811 CondParser_Skip(CondParser *par, Token t) in CondParser_Skip()
813 Token actual; in CondParser_Skip()
835 Token t; in CondParser_Term()