| /freebsd-12.1/contrib/dialog/ |
| H A D | trace.c | 153 CASE(DLGK_MIN); in dlg_trace_chr() 154 CASE(DLGK_OK); in dlg_trace_chr() 155 CASE(DLGK_CANCEL); in dlg_trace_chr() 156 CASE(DLGK_EXTRA); in dlg_trace_chr() 157 CASE(DLGK_HELP); in dlg_trace_chr() 158 CASE(DLGK_ESC); in dlg_trace_chr() 182 CASE(DLGK_ENTER); in dlg_trace_chr() 183 CASE(DLGK_BEGIN); in dlg_trace_chr() 184 CASE(DLGK_FINAL); in dlg_trace_chr() 185 CASE(DLGK_SELECT); in dlg_trace_chr() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | StdLibraryFunctionsChecker.cpp | 578 CASE in initFunctionSummaries() 627 CASE in initFunctionSummaries() 638 CASE in initFunctionSummaries() 647 CASE in initFunctionSummaries() 668 CASE in initFunctionSummaries() 688 CASE in initFunctionSummaries() 699 CASE in initFunctionSummaries() 707 CASE in initFunctionSummaries() 753 CASE in initFunctionSummaries() 761 CASE in initFunctionSummaries() [all …]
|
| H A D | MallocChecker.cpp | 118 #define CASE(ID) case ID: OS << #ID; break; in dump() macro 119 CASE(Allocated) in dump() 120 CASE(AllocatedOfSizeZero) in dump() 121 CASE(Released) in dump() 122 CASE(Relinquished) in dump() 123 CASE(Escaped) in dump()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/ |
| H A D | IdentifierTable.cpp | 280 CASE( 2, 'i', '\0', if); in getPPKeywordID() 281 CASE( 4, 'e', 'i', elif); in getPPKeywordID() 282 CASE( 4, 'e', 's', else); in getPPKeywordID() 283 CASE( 4, 'l', 'n', line); in getPPKeywordID() 284 CASE( 4, 's', 'c', sccs); in getPPKeywordID() 285 CASE( 5, 'e', 'd', endif); in getPPKeywordID() 286 CASE( 5, 'e', 'r', error); in getPPKeywordID() 287 CASE( 5, 'i', 'e', ident); in getPPKeywordID() 288 CASE( 5, 'i', 'd', ifdef); in getPPKeywordID() 289 CASE( 5, 'u', 'd', undef); in getPPKeywordID() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnitIndex.cpp | 109 #define CASE(DS) \ in getColumnHeader() macro 113 CASE(INFO); in getColumnHeader() 114 CASE(TYPES); in getColumnHeader() 115 CASE(ABBREV); in getColumnHeader() 116 CASE(LINE); in getColumnHeader() 117 CASE(LOC); in getColumnHeader() 118 CASE(STR_OFFSETS); in getColumnHeader() 119 CASE(MACINFO); in getColumnHeader() 120 CASE(MACRO); in getColumnHeader()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | SerializedDiagnosticPrinter.cpp | 613 #define CASE(X) case DiagnosticsEngine::X: return serialized_diags::X; in getStableLevel() macro 614 CASE(Ignored) in getStableLevel() 615 CASE(Note) in getStableLevel() 616 CASE(Remark) in getStableLevel() 617 CASE(Warning) in getStableLevel() 618 CASE(Error) in getStableLevel() 619 CASE(Fatal) in getStableLevel() 620 #undef CASE in getStableLevel()
|
| /freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/ |
| H A D | ClangDiagnosticsEmitter.cpp | 731 #define CASE(T) \ in Visit() macro 734 CASE(Multi); in Visit() 735 CASE(Text); in Visit() 736 CASE(Placeholder); in Visit() 737 CASE(Select); in Visit() 738 CASE(Plural); in Visit() 739 CASE(Diff); in Visit() 740 CASE(Substitution); in Visit() 741 #undef CASE in Visit()
|
| /freebsd-12.1/contrib/ntp/sntp/ag-tpl/0-old/ |
| H A D | perlopt.tpl | 45 CASE arg-type =][= 171 CASE argument =][=
|
| 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") :+][+:
|
| H A D | mdoc-synopsis.tlib | 49 CASE main.main-type :+][+:
|
| /freebsd-12.1/release/picobsd/tinyware/msh/ |
| H A D | sh2.c | 29 #define CASE 265 macro 287 case CASE: 473 "case", CASE,
|
| /freebsd-12.1/usr.bin/ee/nls/uk_UA.KOI8-U/ |
| H A D | ee.msg | 136 126 "CASE"
|
| /freebsd-12.1/usr.bin/ee/nls/ru_RU.KOI8-R/ |
| H A D | ee.msg | 138 126 "CASE"
|
| /freebsd-12.1/contrib/binutils/ld/ |
| H A D | ldlex.l | 336 <MRI>"CASE" { RTOKEN(CASE); } 353 <MRI>"case" { RTOKEN(CASE); }
|
| H A D | ldgram.y | 149 %token INPUT_SCRIPT INPUT_MRI_SCRIPT INPUT_DEFSYM CASE EXTERN START 247 | CASE casesymlist
|
| /freebsd-12.1/contrib/ee/ |
| H A D | ee.c | 506 char *CASE; variable 1780 else if (compare(cmd_str, CASE, FALSE)) 4165 if (compare(str1, CASE, FALSE)) in ee_init() 4331 fprintf(init_file, "%s\n", case_sen ? CASE : NOCASE); in dump_ee_conf() 5212 CASE = catgetlocal( 126, "CASE"); in strings_init() 5289 commands[9] = CASE; in strings_init() 5312 init_strings[0] = CASE; in strings_init()
|
| H A D | ee.msg | 137 126 "CASE"
|
| /freebsd-12.1/usr.bin/ee/nls/pl_PL.ISO8859-2/ |
| H A D | ee.msg | 136 126 "CASE"
|
| /freebsd-12.1/usr.bin/ee/nls/pt_BR.ISO8859-1/ |
| H A D | ee.msg | 137 126 "CASE"
|
| /freebsd-12.1/usr.bin/ee/nls/hu_HU.ISO8859-2/ |
| H A D | ee.msg | 136 126 "CASE"
|
| /freebsd-12.1/usr.bin/m4/TEST/ |
| H A D | test.m4 | 58 string(CASE, "case")
|
| /freebsd-12.1/contrib/less/ |
| H A D | less.hlp | 148 -I ........ --IGNORE-CASE
|
| /freebsd-12.1/contrib/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 1999 #define CASE(X) case K ## X: return F(static_cast<const X*>(this)); in visit() macro 2000 FOR_EACH_NODE_KIND(CASE) in visit() 2001 #undef CASE in visit()
|
| /freebsd-12.1/contrib/googletest/googletest/docs/ |
| H A D | primer.md | 229 Note that "CASE" in an assertion name means that case is ignored. A `NULL`
|
| /freebsd-12.1/contrib/binutils/ |
| H A D | Makefile.tpl | 1520 [+ CASE (dep-kind) +]
|