Home | History | Annotate | Download | only in initial

Lines Matching refs:tok_def

31   tok_def = -2, tok_extern = -3,
63 if (IdentifierStr == "def") return tok_def;
1309 case tok_def: HandleDefinition(); break;