Home
last modified time | relevance | path

Searched refs:RED (Results 1 – 25 of 58) sorted by relevance

123

/openbsd-src/usr.sbin/nsd/
H A Drbtree.c18 #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 Drbtree.c50 #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 Drbtree.c50 #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 Dbasic.t102 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 DSourceCoverageViewText.cpp111 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 Dllvm-cov.cpp87 errs().changeColor(raw_ostream::RED); in main()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTDumperUtils.h66 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 DFileCheck.cpp210 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 DTreeView.cpp64 out << Colors::RED; in printGroup()
130 out << '\n' << Colors::RED << "RED" << Colors::RESET in showKey()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DWithColor.cpp65 OS.changeColor(raw_ostream::RED); in WithColor()
68 OS.changeColor(raw_ostream::RED, true); in WithColor()
/openbsd-src/games/trek/
H A Dautover.c72 Ship.cond = RED; in autover()
H A Dcheckcond.c88 Ship.cond = RED; in checkcond()
H A Dinitquad.c77 Ship.cond = RED; in initquad()
H A Dtrek.h177 #define RED 3 macro
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A Draw_ostream.h98 RED, enumerator
110 static constexpr Colors RED = Colors::RED; variable
/openbsd-src/gnu/llvm/lld/Common/
H A DErrorHandler.cpp275 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 Dscan-build95 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 Dabtest.py54 RED = ESCAPE % "31" variable
56 FAILED = RED + "failed" + NORMAL
/openbsd-src/gnu/llvm/llvm/tools/llvm-mca/Views/
H A DSchedulerStatistics.cpp161 FOS.changeColor(raw_ostream::RED, true, false); in printSchedulerUsage()
H A DTimelineView.cpp115 return raw_ostream::RED; in chooseColor()
/openbsd-src/games/monop/
H A Dmon.dat44 {0, -1, 3, 0, 3, "Red", "RED", {21,23,24},
/openbsd-src/gnu/llvm/clang/utils/analyzer/
H A DCmpRuns.py58 RED = '\x1b[2;30;41m' variable in Colors
527 report = Colors.RED + report + Colors.CLEAR
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-debuginfo-analyzer.rst1377 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 DProgressBar.py75 BLACK = BLUE = GREEN = CYAN = RED = MAGENTA = YELLOW = WHITE = ''
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dcall-ar-st.c41 RED, enumerator
180 case RED : printf("RED\n");

123