HomeSort by: relevance | last modified time | path
    Searched defs:GREEN (Results 1 - 18 of 18) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
msg_054.c 10 GREEN,
msg_243.c 9 RED, GREEN, BLUE
msg_246.c 10 RED, GREEN, BLUE
msg_156.c 10 GREEN = 1 << 1,
25 print_color(GREEN);
msg_241.c 17 GREEN = 1 << 1,
81 c = GREEN;
105 c &= ~(unsigned)GREEN;
122 [GREEN] = "green",
128 if (c == GREEN)
msg_130.c 12 GREEN = 1 << 1,
32 sink(cond ? GREEN : MORNING);
  /src/external/apache2/llvm/dist/clang/tools/diagtool/
TreeView.cpp 70 out << Colors::GREEN;
84 out << Colors::GREEN;
132 out << '\n' << Colors::GREEN << "GREEN" << Colors::RESET
  /src/external/apache2/llvm/dist/clang/utils/analyzer/
CmpRuns.py 59 GREEN = '\x1b[6;30;42m'
522 report = Colors.GREEN + report + Colors.CLEAR
  /src/external/gpl3/gdb.old/dist/gdb/
ui-style.h 32 GREEN,
114 /* Fill in RGB with the red/green/blue values for this color.
  /src/external/gpl3/gdb/dist/gdb/
ui-style.h 64 GREEN,
213 /* Fill in RGB with the red/green/blue values for this color.
  /src/sys/arch/x68k/dev/
ite_tv.c 212 #define GREEN (0x1f << 11)
215 IODEVbase->tpalet[2] = 1 | GREEN; /* green */
216 IODEVbase->tpalet[3] = 1 | RED | GREEN; /* yellow */
219 IODEVbase->tpalet[6] = 1 | BLUE | GREEN; /* cyan */
220 IODEVbase->tpalet[7] = 1 | BLUE | RED | GREEN; /* white */
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
raw_ostream.h 97 GREEN,
109 static constexpr Colors GREEN = Colors::GREEN;
  /src/external/apache2/llvm/dist/llvm/lib/Support/
raw_ostream.cpp 68 constexpr raw_ostream::Colors raw_ostream::GREEN;
  /src/external/gpl3/gcc/dist/gcc/text-art/
types.h 233 GREEN,
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
call-ar-st.c 37 GREEN,
164 case GREEN : printf("GREEN\n");
963 printf("VERY GREEN GRASS\n"); /* -next2- */
1041 printf("VERY GREEN GRASS\n");
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
call-ar-st.c 37 GREEN,
164 case GREEN : printf("GREEN\n");
963 printf("VERY GREEN GRASS\n"); /* -next2- */
1041 printf("VERY GREEN GRASS\n");
  /src/games/trek/
trek.h 190 #define GREEN 0
  /src/sys/dev/qbus/
qd.c 271 #define GREEN (CLRSTART+0x400)
511 qdmap[unit].green = qdbase[unit] + GREEN;
641 qdmap[unit].green = qdbase[unit] + GREEN;
2213 volatile short *green; local
2231 green = (short *) qdmap[unit].green;
2237 green[rgbp->offset] = (short) rgbp->green;
3368 volatile short *green; local
    [all...]

Completed in 43 milliseconds