Home | History | Annotate | Download | only in initial

Lines Matching full:tok_extern

37   tok_def = -2, tok_extern = -3,
70 if (IdentifierStr == "extern") return tok_extern;
1272 case tok_extern: HandleExtern(S); break;