Home | History | Annotate | Download | only in cached

Lines Matching refs:tok_extern

48   tok_def = -2, tok_extern = -3,
81 if (IdentifierStr == "extern") return tok_extern;
1090 case tok_extern: HandleExtern(); break;