Home | History | Annotate | Download | only in cached

Lines Matching full:tok_extern

47   tok_def = -2, tok_extern = -3,
80 if (IdentifierStr == "extern") return tok_extern;
1089 case tok_extern: HandleExtern(); break;