Home | History | Annotate | Download | only in initial

Lines Matching refs:tok_else

37   tok_if = -6, tok_then = -7, tok_else = -8,
67 if (IdentifierStr == "else") return tok_else;
336 if (CurTok != tok_else)