HomeSort by: relevance | last modified time | path
    Searched refs:RED (Results 1 - 25 of 58) sorted by relevancy

1 2 3

  /src/tests/usr.bin/xlint/lint1/
msg_054.c 9 RED,
msg_246.c 10 RED, GREEN, BLUE
msg_156.c 9 RED = 1 << 0,
msg_243.c 9 RED, GREEN, BLUE
msg_241.c 16 RED = 1 << 0,
28 enum color c = RED;
121 [RED] = "red",
126 if (c == RED)
d_c99_bool.c 70 RED
msg_130.c 11 RED = 1 << 0,
  /src/external/gpl2/gettext/dist/gettext-tools/src/
x-java.c 227 (RED (c) == 'x') is equivalent to (c == 'x' || c == UNICODE ('x')). */
228 #define RED(p2_result) ((p2_result) & 0xffff)
330 if (RED (c) == '\r')
334 if (RED (c1) != '\n')
346 else if (RED (c) == '\n')
628 if (RED (c0) != '/')
631 switch (RED (c))
647 if (!(comment_at_start () && (RED (c) == ' ' || RED (c) == '\t')))
649 switch (RED (c)
    [all...]
  /src/games/trek/
autover.c 68 printf("\07RED ALERT: The %s is in a supernova quadrant\n",
81 Ship.cond = RED;
checkcond.c 95 Ship.cond = RED;
initquad.c 53 ** that the condition is RED, and he is given a chance to put
56 ** The flag `f' is set to disable the check for condition red.
82 printf("Condition RED\n");
83 Ship.cond = RED;
trek.h 193 #define RED 3
  /src/external/bsd/nsd/dist/
rbtree.c 2 * rbtree.c -- generic red black tree
18 #define RED 1
34 * Creates a new red black tree, initializes and returns a pointer to it.
136 while (node != rbtree->root && node->parent->color == RED) {
141 /* If our uncle is red... */
142 if (uncle->color == RED) {
147 /* And the grandparent red... */
148 node->parent->parent->color = RED;
160 node->parent->parent->color = RED;
166 /* If our uncle is red... *
    [all...]
  /src/external/bsd/unbound/dist/util/
rbtree.c 2 * rbtree.c -- generic red black tree
49 /** Node colour red */
50 #define RED 1
72 * Creates a new red black tree, initializes and returns a pointer to it.
163 while (node != rbtree->root && node->parent->color == RED) {
168 /* If our uncle is red... */
169 if (uncle->color == RED) {
174 /* And the grandparent red... */
175 node->parent->parent->color = RED;
187 node->parent->parent->color = RED;
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTDumperUtils.h 34 // Red - CastColor
66 static const TerminalColor ErrorsColor = {llvm::raw_ostream::RED, true};
76 static const TerminalColor CastColor = {llvm::raw_ostream::RED, false};
  /src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/
unit_tests.sh 14 RED='\033[0;31m'
78 echo -e "conf=${CONF} user=${USER} pass=${PASS} expect=${EXPECT}... ${RED}FAIL${NC}"
  /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
SourceCoverageViewText.cpp 111 Highlight = raw_ostream::RED;
124 if ((!S->IsGapRegion || (Highlight && *Highlight == raw_ostream::RED)) &&
126 Highlight = raw_ostream::RED;
250 colored_ostream(OS, raw_ostream::RED,
260 colored_ostream(OS, raw_ostream::RED,
279 getOptions().colored_ostream(OS, raw_ostream::RED)
llvm-cov.cpp 88 errs().changeColor(raw_ostream::RED);
  /src/external/apache2/llvm/dist/clang/tools/diagtool/
TreeView.cpp 68 out << Colors::RED;
134 out << '\n' << Colors::RED << "RED" << Colors::RESET
  /src/external/apache2/llvm/dist/llvm/lib/Support/
WithColor.cpp 43 OS.changeColor(raw_ostream::RED);
46 OS.changeColor(raw_ostream::RED, true);
  /src/external/apache2/llvm/dist/llvm/utils/FileCheck/
FileCheck.cpp 208 return MarkerStyle('!', raw_ostream::RED, "error: no match expected",
211 return MarkerStyle('!', raw_ostream::RED, "error: match on wrong line",
218 return MarkerStyle('!', raw_ostream::RED,
224 return MarkerStyle('X', raw_ostream::RED, "error: no match found",
227 return MarkerStyle('X', raw_ostream::RED,
310 WithColor(OS, raw_ostream::RED, true) << "error";
  /src/external/gpl3/gdb.old/dist/gdb/
ui-style.h 31 RED,
114 /* Fill in RGB with the red/green/blue values for this color.
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
raw_ostream.h 96 RED,
108 static constexpr Colors RED = Colors::RED;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
SchedulerStatistics.cpp 161 FOS.changeColor(raw_ostream::RED, true, false);
  /src/external/gpl3/gcc/dist/gcc/text-art/
style.cc 440 ASSERT_NAMED_COL_STREQ (style::named_color::RED, fg, bright,
461 ASSERT_NAMED_COL_STREQ (style::named_color::RED, fg, bright,
486 ASSERT_NAMED_COL_STREQ (style::named_color::RED, fg, bright,
507 ASSERT_NAMED_COL_STREQ (style::named_color::RED, fg, bright,

Completed in 70 milliseconds

1 2 3