Home | History | Annotate | Download | only in cached

Lines Matching refs:tok_def

54   tok_def = -2, tok_extern = -3,
86 if (IdentifierStr == "def") return tok_def;
1457 case tok_def: HandleDefinition(); break;