Home | History | Annotate | Download | only in Basic

Lines Matching defs:CASE

186   // case values).  Note that this depends on 'if' being null terminated.
190 #define CASE(LEN, FIRST, THIRD, NAME) \
191 case HASH(LEN, FIRST, THIRD): \
199 CASE( 2, 'i', '\0', if);
200 CASE( 4, 'e', 'i', elif);
201 CASE( 4, 'e', 's', else);
202 CASE( 4, 'l', 'n', line);
203 CASE( 4, 's', 'c', sccs);
204 CASE( 5, 'e', 'd', endif);
205 CASE( 5, 'e', 'r', error);
206 CASE( 5, 'i', 'e', ident);
207 CASE( 5, 'i', 'd', ifdef);
208 CASE( 5, 'u', 'd', undef);
210 CASE( 6, 'a', 's', assert);
211 CASE( 6, 'd', 'f', define);
212 CASE( 6, 'i', 'n', ifndef);
213 CASE( 6, 'i', 'p', import);
214 CASE( 6, 'p', 'a', pragma);
216 CASE( 7, 'd', 'f', defined);
217 CASE( 7, 'i', 'c', include);
218 CASE( 7, 'w', 'r', warning);
220 CASE( 8, 'u', 'a', unassert);
221 CASE(12, 'i', 'c', include_next);
223 CASE(16, '_', 'i', __include_macros);
224 CASE(16, '_', 'e', __export_macro__);
226 CASE(17, '_', 'p', __private_macro__);
227 #undef CASE
417 case 'a':
420 case 'c':
423 case 'i':
426 case 'm':
429 case 'n':
491 case OO_None:
492 case NUM_OVERLOADED_OPERATORS:
496 case OO_##Name: return Spelling;