| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
| H A D | x-java.c | 228 #define RED(p2_result) ((p2_result) & 0xffff) macro 330 if (RED (c) == '\r') in phase3_getc() 334 if (RED (c1) != '\n') in phase3_getc() 346 else if (RED (c) == '\n') in phase3_getc() 628 if (RED (c0) != '/') in phase4_getc() 631 switch (RED (c)) in phase4_getc() 647 if (!(comment_at_start () && (RED (c) == ' ' || RED (c) == '\t'))) in phase4_getc() 649 switch (RED (c)) in phase4_getc() 685 if (RED (c) == '\n' || c == P2_EOF) in phase4_getc() 688 if (!(comment_at_start () && (RED (c) == ' ' || RED (c) == '\t'))) in phase4_getc() [all …]
|
| /netbsd-src/external/bsd/nsd/dist/ |
| 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 …]
|
| /netbsd-src/external/bsd/unbound/dist/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 …]
|
| /netbsd-src/tests/usr.bin/xlint/lint1/ |
| H A D | msg_241.c | 16 RED = 1 << 0, enumerator 28 enum color c = RED; in example() 121 [RED] = "red", in color_name() 126 if (c == RED) in color_name()
|
| H A D | msg_054.c | 9 RED, enumerator
|
| H A D | msg_246.c | 10 RED, GREEN, BLUE enumerator
|
| H A D | msg_156.c | 9 RED = 1 << 0, enumerator
|
| H A D | msg_243.c | 9 RED, GREEN, BLUE enumerator
|
| H A D | d_c99_bool.c | 70 RED in convert_to_bool() enumerator
|
| H A D | msg_130.c | 11 RED = 1 << 0, enumerator
|
| /netbsd-src/external/apache2/llvm/dist/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 | 88 errs().changeColor(raw_ostream::RED); in main()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/ |
| H A D | unit_tests.sh | 14 RED='\033[0;31m' 78 echo -e "conf=${CONF} user=${USER} pass=${PASS} expect=${EXPECT}... ${RED}FAIL${NC}"
|
| /netbsd-src/external/apache2/llvm/dist/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};
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/FileCheck/ |
| H A D | FileCheck.cpp | 208 return MarkerStyle('!', raw_ostream::RED, "error: no match expected", in GetMarker() 211 return MarkerStyle('!', raw_ostream::RED, "error: match on wrong line", in GetMarker() 218 return MarkerStyle('!', raw_ostream::RED, in GetMarker() 224 return MarkerStyle('X', raw_ostream::RED, "error: no match found", in GetMarker() 227 return MarkerStyle('X', raw_ostream::RED, in GetMarker() 310 WithColor(OS, raw_ostream::RED, true) << "error"; in DumpInputAnnotationHelp()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/diagtool/ |
| H A D | TreeView.cpp | 68 out << Colors::RED; in printGroup() 134 out << '\n' << Colors::RED << "RED" << Colors::RESET in showKey()
|
| /netbsd-src/sys/arch/playstation2/conf/ |
| H A D | GENERIC | 32 #options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 37 #options ALTQ_RIO # RED with IN/OUT
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | WithColor.cpp | 43 OS.changeColor(raw_ostream::RED); in WithColor() 46 OS.changeColor(raw_ostream::RED, true); in WithColor()
|
| /netbsd-src/sys/arch/x68k/dev/ |
| H A D | ite_tv.c | 210 #define RED (0x1f << 6) 214 IODEVbase->tpalet[1] = 1 | RED; /* red */ in tv_deinit() 216 IODEVbase->tpalet[3] = 1 | RED | GREEN; /* yellow */ in tv_deinit() 218 IODEVbase->tpalet[5] = 1 | BLUE | RED; /* magenta */ 220 IODEVbase->tpalet[7] = 1 | BLUE | RED | GREEN; /* white */ 196 #define RED tv_init() macro
|
| /netbsd-src/games/trek/ |
| H A D | autover.c | 81 Ship.cond = RED; in autover()
|
| H A D | checkcond.c | 95 Ship.cond = RED; in checkcond()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | raw_ostream.h | 96 RED, enumerator 108 static constexpr Colors RED = Colors::RED; variable
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | ls1021a-moxa-uc-8410a.dts | 56 label = "UC8410A:RED:PROG"; 110 label = "UC8410A:RED:DIA";
|
| /netbsd-src/sys/arch/sandpoint/conf/ |
| H A D | SANDPOINT | 78 #options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 83 #options ALTQ_RIO # RED with IN/OUT
|
| /netbsd-src/sys/arch/cesfic/conf/ |
| H A D | GENERIC | 87 #options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box) 92 #options ALTQ_RIO # RED with IN/OUT
|