Home | History | Annotate | Download | only in complete

Lines Matching refs:tok_def

78   tok_def = -2, tok_extern = -3,
110 if (IdentifierStr == "def") return tok_def;
1637 case tok_def: HandleDefinition(); break;