Home | History | Annotate | Download | only in initial

Lines Matching full:tok_for

37   tok_for = -9, tok_in = -10,
67 if (IdentifierStr == "for") return tok_for;
447 case tok_for: return ParseForExpr();