Home | History | Annotate | Download | only in lazy

Lines Matching full:tok_extern

32   tok_def = -2, tok_extern = -3,
65 if (IdentifierStr == "extern") return tok_extern;
1071 case tok_extern: HandleExtern(); break;