| /openbsd-src/usr.sbin/nsd/ |
| H A D | rbtree.c | 18 #define RED 1 macro 119 while (node != rbtree->root && node->parent->color == RED) { in rbtree_insert_fixup() 125 if (uncle->color == RED) { in rbtree_insert_fixup() 131 node->parent->parent->color = RED; in rbtree_insert_fixup() 143 node->parent->parent->color = RED; in rbtree_insert_fixup() 150 if (uncle->color == RED) { in rbtree_insert_fixup() 156 node->parent->parent->color = RED; in rbtree_insert_fixup() 168 node->parent->parent->color = RED; in rbtree_insert_fixup() 211 data->color = RED; in rbtree_insert() 337 if(to_delete->color == RED) in rbtree_delete() [all …]
|
| /openbsd-src/usr.sbin/unbound/util/ |
| H A D | rbtree.c | 50 #define RED 1 macro 163 while (node != rbtree->root && node->parent->color == RED) { in rbtree_insert_fixup() 169 if (uncle->color == RED) { in rbtree_insert_fixup() 175 node->parent->parent->color = RED; in rbtree_insert_fixup() 187 node->parent->parent->color = RED; in rbtree_insert_fixup() 194 if (uncle->color == RED) { in rbtree_insert_fixup() 200 node->parent->parent->color = RED; in rbtree_insert_fixup() 212 node->parent->parent->color = RED; in rbtree_insert_fixup() 256 data->color = RED; in rbtree_insert() 387 if(to_delete->color == RED) in rbtree_delete() [all …]
|
| /openbsd-src/sbin/unwind/libunbound/util/ |
| H A D | rbtree.c | 50 #define RED 1 macro 163 while (node != rbtree->root && node->parent->color == RED) { in rbtree_insert_fixup() 169 if (uncle->color == RED) { in rbtree_insert_fixup() 175 node->parent->parent->color = RED; in rbtree_insert_fixup() 187 node->parent->parent->color = RED; in rbtree_insert_fixup() 194 if (uncle->color == RED) { in rbtree_insert_fixup() 200 node->parent->parent->color = RED; in rbtree_insert_fixup() 212 node->parent->parent->color = RED; in rbtree_insert_fixup() 256 data->color = RED; in rbtree_insert() 387 if(to_delete->color == RED) in rbtree_delete() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/module/ |
| H A D | basic.t | 102 is((RED 'testing'), 138 is((PUSHCOLOR RED ON_GREEN 'text'), 152 is((PUSHCOLOR RED ON_GREEN 'text'), 164 is(PUSHCOLOR(RED ON_GREEN), "\e[31m\e[42m", 'PUSHCOLOR with explict argument'); 185 is(PUSHCOLOR(RED, ON_GREEN), "\e[31m\e[42m", 'PUSHCOLOR with two arguments'); 295 is((RED 't'), "\e[31mt", '...and for RED'); 310 is(RED, q{}, '...and for RED'); 326 is(RED, q{}, '...and for RED'); 342 is((RED 't'), "\e[31mt\e[0m", '...and for RED'); 354 is((RED), "\e[31m", '...and for RED'); [all …]
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageViewText.cpp | 111 Highlight = raw_ostream::RED; in renderLine() 124 if ((!S->IsGapRegion || (Highlight && *Highlight == raw_ostream::RED)) && in renderLine() 126 Highlight = raw_ostream::RED; in renderLine() 250 colored_ostream(OS, raw_ostream::RED, in renderBranchView() 260 colored_ostream(OS, raw_ostream::RED, in renderBranchView() 279 getOptions().colored_ostream(OS, raw_ostream::RED) in renderInstantiationView()
|
| H A D | llvm-cov.cpp | 87 errs().changeColor(raw_ostream::RED); in main()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ASTDumperUtils.h | 66 static const TerminalColor ErrorsColor = {llvm::raw_ostream::RED, true}; 76 static const TerminalColor CastColor = {llvm::raw_ostream::RED, false};
|
| /openbsd-src/gnu/llvm/llvm/utils/FileCheck/ |
| H A D | FileCheck.cpp | 210 return MarkerStyle('!', raw_ostream::RED, "error: no match expected", in GetMarker() 213 return MarkerStyle('!', raw_ostream::RED, "error: match on wrong line", in GetMarker() 220 return MarkerStyle('!', raw_ostream::RED, in GetMarker() 226 return MarkerStyle('X', raw_ostream::RED, "error: no match found", in GetMarker() 229 return MarkerStyle('X', raw_ostream::RED, in GetMarker() 312 WithColor(OS, raw_ostream::RED, true) << "error"; in DumpInputAnnotationHelp()
|
| /openbsd-src/gnu/llvm/clang/tools/diagtool/ |
| H A D | TreeView.cpp | 64 out << Colors::RED; in printGroup() 130 out << '\n' << Colors::RED << "RED" << Colors::RESET in showKey()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | WithColor.cpp | 65 OS.changeColor(raw_ostream::RED); in WithColor() 68 OS.changeColor(raw_ostream::RED, true); in WithColor()
|
| /openbsd-src/games/trek/ |
| H A D | autover.c | 72 Ship.cond = RED; in autover()
|
| H A D | checkcond.c | 88 Ship.cond = RED; in checkcond()
|
| H A D | initquad.c | 77 Ship.cond = RED; in initquad()
|
| H A D | trek.h | 177 #define RED 3 macro
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | raw_ostream.h | 98 RED, enumerator 110 static constexpr Colors RED = Colors::RED; variable
|
| /openbsd-src/gnu/llvm/lld/Common/ |
| H A D | ErrorHandler.cpp | 275 reportDiagnostic(getLocation(msg), Colors::RED, "error", msg); in error() 277 reportDiagnostic(logName, Colors::RED, "error", errorLimitExceededMsg); in error()
|
| /openbsd-src/gnu/llvm/clang/tools/scan-build/bin/ |
| H A D | scan-build | 95 print STDERR BOLD, RED "$Prog: "; 96 print STDERR RESET, RED @_; 113 print STDERR BOLD, RED "$Prog: "; 114 print STDERR RESET, RED @_;
|
| /openbsd-src/gnu/llvm/llvm/utils/ |
| H A D | abtest.py | 54 RED = ESCAPE % "31" variable 56 FAILED = RED + "failed" + NORMAL
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-mca/Views/ |
| H A D | SchedulerStatistics.cpp | 161 FOS.changeColor(raw_ostream::RED, true, false); in printSchedulerUsage()
|
| H A D | TimelineView.cpp | 115 return raw_ostream::RED; in chooseColor()
|
| /openbsd-src/games/monop/ |
| H A D | mon.dat | 44 {0, -1, 3, 0, 3, "Red", "RED", {21,23,24},
|
| /openbsd-src/gnu/llvm/clang/utils/analyzer/ |
| H A D | CmpRuns.py | 58 RED = '\x1b[2;30;41m' variable in Colors 527 report = Colors.RED + report + Colors.CLEAR
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-debuginfo-analyzer.rst | 1377 3 enum NestedEnum { RED, BLUE }; 1423 [005] {Enumerator} 'RED' = '0x0' 1441 [005] {Enumerator} 'RED' = '0x0' 1473 [005] {Enumerator} 'RED' = '0x0' 1477 references to the enumerators **RED** and **BLUE**. The DWARF 1505 [005] {Enumerator} 'RED' = '0x0' 1515 [005] {Enumerator} 'RED' = '0x0' 1530 [005] {Enumerator} 'RED' = '0x0' 1552 [005] {Enumerator} 'RED' = '0x0' 1569 [005] {Enumerator} 'RED' = '0x0' [all …]
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/lit/ |
| H A D | ProgressBar.py | 75 BLACK = BLUE = GREEN = CYAN = RED = MAGENTA = YELLOW = WHITE = ''
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
| H A D | call-ar-st.c | 41 RED, enumerator 180 case RED : printf("RED\n");
|