Home | History | Annotate | Download | only in cached

Lines Matching refs:tok_extern

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