Home | History | Annotate | Download | only in Chapter7

Lines Matching refs:tok_else

35   tok_if = -6, tok_then = -7, tok_else = -8,
65 if (IdentifierStr == "else") return tok_else;
334 if (CurTok != tok_else)