Home | History | Annotate | Download | only in lazy

Lines Matching refs:tok_then

39   tok_if = -6, tok_then = -7, tok_else = -8,
68 if (IdentifierStr == "then") return tok_then;
331 if (CurTok != tok_then)