Home | History | Annotate | Download | only in cached

Lines Matching full:tok_def

47   tok_def = -2, tok_extern = -3,
79 if (IdentifierStr == "def") return tok_def;
1088 case tok_def: HandleDefinition(); break;