Home | History | Annotate | Download | only in complete

Lines Matching full:tok_extern

73   tok_def = -2, tok_extern = -3,
106 if (IdentifierStr == "extern") return tok_extern;
1530 case tok_extern: HandleExtern(); break;