Home | History | Annotate | Download | only in lazy

Lines Matching refs:tok_else

39   tok_if = -6, tok_then = -7, tok_else = -8,
69 if (IdentifierStr == "else") return tok_else;
338 if (CurTok != tok_else)