| /freebsd-14.2/contrib/dialog/ |
| H A D | trace.c | 198 CASE(DLGK_MIN); in dlg_trace_chr() 199 CASE(DLGK_OK); in dlg_trace_chr() 200 CASE(DLGK_CANCEL); in dlg_trace_chr() 201 CASE(DLGK_EXTRA); in dlg_trace_chr() 202 CASE(DLGK_HELP); in dlg_trace_chr() 203 CASE(DLGK_ESC); in dlg_trace_chr() 227 CASE(DLGK_ENTER); in dlg_trace_chr() 228 CASE(DLGK_BEGIN); in dlg_trace_chr() 229 CASE(DLGK_FINAL); in dlg_trace_chr() 232 CASE(DLGK_TRACE); in dlg_trace_chr() [all …]
|
| /freebsd-14.2/crypto/openssl/test/ |
| H A D | trace_api_test.c | 25 #define CASE(name) \ in test_trace_categories() macro 30 CASE(ALL); in test_trace_categories() 31 CASE(TRACE); in test_trace_categories() 32 CASE(INIT); in test_trace_categories() 33 CASE(TLS); in test_trace_categories() 35 CASE(CONF); in test_trace_categories() 38 CASE(PKCS5V2); in test_trace_categories() 42 CASE(BN_CTX); in test_trace_categories() 43 CASE(CMP); in test_trace_categories() 44 CASE(STORE); in test_trace_categories() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnitIndex.cpp | 50 #define CASE(S,T) \ in serializeSectionKind() macro 53 CASE(INFO, INFO); in serializeSectionKind() 56 CASE(LINE, LINE); in serializeSectionKind() 57 CASE(EXT_LOC, LOC); in serializeSectionKind() 60 CASE(MACRO, MACRO); in serializeSectionKind() 61 #undef CASE in serializeSectionKind() 76 #define CASE(S,T) \ in deserializeSectionKind() macro 79 CASE(INFO, INFO); in deserializeSectionKind() 82 CASE(LINE, LINE); in deserializeSectionKind() 83 CASE(LOC, EXT_LOC); in deserializeSectionKind() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | IdentifierTable.cpp | 439 CASE( 2, 'i', '\0', if); in getPPKeywordID() 440 CASE( 4, 'e', 'i', elif); in getPPKeywordID() 441 CASE( 4, 'e', 's', else); in getPPKeywordID() 442 CASE( 4, 'l', 'n', line); in getPPKeywordID() 443 CASE( 4, 's', 'c', sccs); in getPPKeywordID() 444 CASE( 5, 'e', 'd', endif); in getPPKeywordID() 445 CASE( 5, 'e', 'r', error); in getPPKeywordID() 446 CASE( 5, 'i', 'e', ident); in getPPKeywordID() 447 CASE( 5, 'i', 'd', ifdef); in getPPKeywordID() 448 CASE( 5, 'u', 'd', undef); in getPPKeywordID() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FrameLowering.cpp | 875 CASE(0); in getRegisterOrZero() 876 CASE(1); in getRegisterOrZero() 877 CASE(2); in getRegisterOrZero() 878 CASE(3); in getRegisterOrZero() 879 CASE(4); in getRegisterOrZero() 880 CASE(5); in getRegisterOrZero() 881 CASE(6); in getRegisterOrZero() 882 CASE(7); in getRegisterOrZero() 883 CASE(8); in getRegisterOrZero() 884 CASE(9); in getRegisterOrZero() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | FuchsiaHandleChecker.cpp | 159 #define CASE(ID) \ in dump() macro 163 CASE(Kind::MaybeAllocated) in dump() 164 CASE(Kind::Allocated) in dump() 165 CASE(Kind::Released) in dump() 166 CASE(Kind::Escaped) in dump() 167 CASE(Kind::Unowned) in dump()
|
| H A D | MallocChecker.cpp | 202 #define CASE(ID) case ID: OS << #ID; break; in dump() macro 203 CASE(Allocated) in dump() 204 CASE(AllocatedOfSizeZero) in dump() 205 CASE(Released) in dump() 206 CASE(Relinquished) in dump() 207 CASE(Escaped) in dump()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | SerializedDiagnosticPrinter.cpp | 626 #define CASE(X) case DiagnosticsEngine::X: return serialized_diags::X; in getStableLevel() macro 627 CASE(Ignored) in getStableLevel() 628 CASE(Note) in getStableLevel() 629 CASE(Remark) in getStableLevel() 630 CASE(Warning) in getStableLevel() 631 CASE(Error) in getStableLevel() 632 CASE(Fatal) in getStableLevel() 633 #undef CASE in getStableLevel()
|
| /freebsd-14.2/contrib/ntp/sntp/ag-tpl/0-old/ |
| H A D | perlopt.tpl | 45 CASE arg-type =][= 171 CASE argument =][=
|
| H A D | mdoc-synopsis.tlib | 49 CASE main.main-type :+][+:
|
| H A D | cmd-doc.tlib | 232 ELSE :+][+: CASE 250 CASE (emit "\n") sec-type :+][+: 338 CASE (get "mode") :+][+: 394 CASE main.handler-type :+][+: 607 CASE 615 CASE homerc :+][+: 741 [+: CASE (get "copyright.type") :+][+:
|
| /freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangDiagnosticsEmitter.cpp | 729 #define CASE(T) \ in Visit() macro 732 CASE(Multi); in Visit() 733 CASE(Text); in Visit() 734 CASE(Placeholder); in Visit() 735 CASE(Select); in Visit() 736 CASE(Plural); in Visit() 737 CASE(Diff); in Visit() 738 CASE(Substitution); in Visit() 739 #undef CASE in Visit()
|
| /freebsd-14.2/usr.bin/ee/nls/uk_UA.KOI8-U/ |
| H A D | ee.msg | 135 126 "CASE"
|
| /freebsd-14.2/usr.bin/ee/nls/ru_RU.KOI8-R/ |
| H A D | ee.msg | 137 126 "CASE"
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 6455 CASE(NoUnwind, AANoUnwind, ); 6456 CASE(WillReturn, AAWillReturn, ); 6457 CASE(NoFree, AANoFree, ); 6458 CASE(NoCapture, AANoCapture, ); 6459 CASE(NoRecurse, AANoRecurse, ); 6460 CASE(NoReturn, AANoReturn, ); 6461 CASE(NoSync, AANoSync, ); 6462 CASE(NoAlias, AANoAlias, ); 6463 CASE(NonNull, AANonNull, ); 6465 CASE(NoUndef, AANoUndef, ); [all …]
|
| /freebsd-14.2/contrib/ee/ |
| H A D | ee.c | 496 char *CASE; variable 1782 else if (compare(cmd_str, CASE, FALSE)) in command() 4159 if (compare(str1, CASE, FALSE)) in ee_init() 4325 fprintf(init_file, "%s\n", case_sen ? CASE : NOCASE); in dump_ee_conf() 5202 CASE = catgetlocal( 126, "CASE"); in strings_init() 5279 commands[9] = CASE; in strings_init() 5302 init_strings[0] = CASE; in strings_init()
|
| H A D | ee.msg | 137 126 "CASE"
|
| /freebsd-14.2/usr.bin/ee/nls/pl_PL.ISO8859-2/ |
| H A D | ee.msg | 135 126 "CASE"
|
| /freebsd-14.2/usr.bin/ee/nls/pt_BR.ISO8859-1/ |
| H A D | ee.msg | 136 126 "CASE"
|
| /freebsd-14.2/usr.bin/ee/nls/hu_HU.ISO8859-2/ |
| H A D | ee.msg | 135 126 "CASE"
|
| /freebsd-14.2/usr.bin/m4/TEST/ |
| H A D | test.m4 | 57 string(CASE, "case")
|
| /freebsd-14.2/contrib/less/ |
| H A D | less.hlp | 152 -I ........ --IGNORE-CASE
|