Home | History | Annotate | Download | only in complete

Lines Matching full:tok_def

77   tok_def = -2, tok_extern = -3,
109 if (IdentifierStr == "def") return tok_def;
1636 case tok_def: HandleDefinition(); break;