Searched refs:RED (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/tc1/
H A Ddr128.C7 enum E1 { BLACK = 0, RED = 1 }; enumerator in enum:E1
12 E1 e1 = RED;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/tc1/
H A Ddr128.C7 enum E1 { BLACK = 0, RED = 1 }; enumerator in enum:E1
12 E1 e1 = RED;
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dx-java.c231 (RED (c) == 'x') is equivalent to (c == 'x' || c == UNICODE ('x')). */
232 #define RED(p2_result) ((p2_result) & 0xffff) macro
334 if (RED (c) == '\r')
338 if (RED (c1) != '\n')
350 else if (RED (c) == '\n')
632 if (RED (c0) != '/')
635 switch (RED (c))
651 if (!(comment_at_start () && (RED (c) == ' ' || RED (c) == '\t')))
653 switch (RED (
[all...]
/netbsd-6-1-5-RELEASE/games/trek/
H A Dautover.c68 printf("\07RED ALERT: The %s is in a supernova quadrant\n",
81 Ship.cond = RED;
H A Dcheckcond.c95 Ship.cond = RED;
H A Dinitquad.c53 ** that the condition is RED, and he is given a chance to put
82 printf("Condition RED\n");
83 Ship.cond = RED;
H A Dtrek.h193 #define RED 3 macro
/netbsd-6-1-5-RELEASE/sys/arch/x68k/dev/
H A Dite_tv.c196 #define RED (0x1f << 6) macro
200 IODEVbase->tpalet[1] = 1 | RED; /* red */
202 IODEVbase->tpalet[3] = 1 | RED | GREEN; /* yellow */
204 IODEVbase->tpalet[5] = 1 | BLUE | RED; /* magenta */
206 IODEVbase->tpalet[7] = 1 | BLUE | RED | GREEN; /* white */
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Doutput.c148 BLACK, RED, GREEN, BROWN,
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dcall-ar-st.c41 RED, enumerator in enum:__anon581
180 case RED : printf("RED\n");
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Drbt.c75 #define RED 0 macro
126 #define IS_RED(node) ((node) != NULL && (node)->color == RED)
128 #define MAKE_RED(node) ((node)->color = RED)
2148 printf(" (%s", IS_RED(root) ? "RED" : "black");
/netbsd-6-1-5-RELEASE/sys/dev/qbus/
H A Dqd.c270 #define RED (CLRSTART+0x000) macro
500 qdmap[unit].red = qdbase[unit] + RED;
630 qdmap[unit].red = qdbase[unit] + RED;
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Dlocore.s400 UTRAP(0x005) ! 005 = RED state exception
649 UTRAP(0x005) ! 005 = RED state exception
4692 * We turn off interrupts for the duration to prevent RED exceptions.
4754 * We turn off interrupts for the duration to prevent RED exceptions.

Completed in 307 milliseconds