Home | History | Annotate | Download | only in initial

Lines Matching full:tok_extern

31   tok_def = -2, tok_extern = -3,
64 if (IdentifierStr == "extern") return tok_extern;
1314 case tok_extern: HandleExtern(); break;