Home | History | Annotate | Download | only in cached

Lines Matching full:tok_def

53   tok_def = -2, tok_extern = -3,
85 if (IdentifierStr == "def") return tok_def;
1456 case tok_def: HandleDefinition(); break;