Lines Matching defs:CASE
430 #define CASE(LEN, FIRST, THIRD, NAME) \
439 CASE( 2, 'i', '\0', if);
440 CASE( 4, 'e', 'i', elif);
441 CASE( 4, 'e', 's', else);
442 CASE( 4, 'l', 'n', line);
443 CASE( 4, 's', 'c', sccs);
444 CASE( 5, 'e', 'b', embed);
445 CASE( 5, 'e', 'd', endif);
446 CASE( 5, 'e', 'r', error);
447 CASE( 5, 'i', 'e', ident);
448 CASE( 5, 'i', 'd', ifdef);
449 CASE( 5, 'u', 'd', undef);
451 CASE( 6, 'a', 's', assert);
452 CASE( 6, 'd', 'f', define);
453 CASE( 6, 'i', 'n', ifndef);
454 CASE( 6, 'i', 'p', import);
455 CASE( 6, 'p', 'a', pragma);
457 CASE( 7, 'd', 'f', defined);
458 CASE( 7, 'e', 'i', elifdef);
459 CASE( 7, 'i', 'c', include);
460 CASE( 7, 'w', 'r', warning);
462 CASE( 8, 'e', 'i', elifndef);
463 CASE( 8, 'u', 'a', unassert);
464 CASE(12, 'i', 'c', include_next);
466 CASE(14, '_', 'p', __public_macro);
468 CASE(15, '_', 'p', __private_macro);
470 CASE(16, '_', 'i', __include_macros);
471 #undef CASE