Home | History | Annotate | Download | only in cached

Lines Matching refs:tok_def

48   tok_def = -2, tok_extern = -3,
80 if (IdentifierStr == "def") return tok_def;
1089 case tok_def: HandleDefinition(); break;