Home | History | Annotate | Download | only in initial

Lines Matching refs:tok_for

44   tok_for = -9, tok_in = -10,
74 if (IdentifierStr == "for") return tok_for;
482 case tok_for: return ParseForExpr();