Home
last modified time | relevance | path

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

1234567

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-java.c228 #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 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 …]
/netbsd-src/external/bsd/unbound/dist/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 …]
/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dmsg_241.c16 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 Dmsg_054.c9 RED, enumerator
H A Dmsg_246.c10 RED, GREEN, BLUE enumerator
H A Dmsg_156.c9 RED = 1 << 0, enumerator
H A Dmsg_243.c9 RED, GREEN, BLUE enumerator
H A Dd_c99_bool.c70 RED in convert_to_bool() enumerator
H A Dmsg_130.c11 RED = 1 << 0, enumerator
/netbsd-src/external/apache2/llvm/dist/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.cpp88 errs().changeColor(raw_ostream::RED); in main()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/
H A Dunit_tests.sh14 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 DASTDumperUtils.h66 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 DFileCheck.cpp208 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 DTreeView.cpp68 out << Colors::RED; in printGroup()
134 out << '\n' << Colors::RED << "RED" << Colors::RESET in showKey()
/netbsd-src/sys/arch/playstation2/conf/
H A DGENERIC32 #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 DWithColor.cpp43 OS.changeColor(raw_ostream::RED); in WithColor()
46 OS.changeColor(raw_ostream::RED, true); in WithColor()
/netbsd-src/sys/arch/x68k/dev/
H A Dite_tv.c210 #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 Dautover.c81 Ship.cond = RED; in autover()
H A Dcheckcond.c95 Ship.cond = RED; in checkcond()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A Draw_ostream.h96 RED, enumerator
108 static constexpr Colors RED = Colors::RED; variable
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dls1021a-moxa-uc-8410a.dts56 label = "UC8410A:RED:PROG";
110 label = "UC8410A:RED:DIA";
/netbsd-src/sys/arch/sandpoint/conf/
H A DSANDPOINT78 #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 DGENERIC87 #options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box)
92 #options ALTQ_RIO # RED with IN/OUT

1234567