Lines Matching defs:CASE
437 #define CASE(LEN, FIRST, THIRD, NAME) \
446 CASE( 2, 'i', '\0', if);
447 CASE( 4, 'e', 'i', elif);
448 CASE( 4, 'e', 's', else);
449 CASE( 4, 'l', 'n', line);
450 CASE( 4, 's', 'c', sccs);
451 CASE( 5, 'e', 'b', embed);
452 CASE( 5, 'e', 'd', endif);
453 CASE( 5, 'e', 'r', error);
454 CASE( 5, 'i', 'e', ident);
455 CASE( 5, 'i', 'd', ifdef);
456 CASE( 5, 'u', 'd', undef);
458 CASE( 6, 'a', 's', assert);
459 CASE( 6, 'd', 'f', define);
460 CASE( 6, 'i', 'n', ifndef);
461 CASE( 6, 'i', 'p', import);
462 CASE( 6, 'p', 'a', pragma);
464 CASE( 7, 'd', 'f', defined);
465 CASE( 7, 'e', 'i', elifdef);
466 CASE( 7, 'i', 'c', include);
467 CASE( 7, 'w', 'r', warning);
469 CASE( 8, 'e', 'i', elifndef);
470 CASE( 8, 'u', 'a', unassert);
471 CASE(12, 'i', 'c', include_next);
473 CASE(14, '_', 'p', __public_macro);
475 CASE(15, '_', 'p', __private_macro);
477 CASE(16, '_', 'i', __include_macros);
478 #undef CASE