Home | History | Annotate | Download | only in tutorial

Lines Matching full:tok_for

819   case tok_for:        return ParseForExpr();
1037 tok_for = -9, tok_in = -10,
1067 if (IdentifierStr == "for") return tok_for;
1448 case tok_for: return ParseForExpr();