HomeSort by: relevance | last modified time | path
    Searched refs:COLOR_CYAN (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libcurses/
color.c 210 if (COLORS >= COLOR_CYAN)
211 (void)init_color_value(COLOR_CYAN, 0, RGB_ON, RGB_ON);
301 fore = COLOR_CYAN;
303 case COLOR_CYAN:
315 back = COLOR_CYAN;
317 case COLOR_CYAN:
364 *forep = COLOR_CYAN;
366 case COLOR_CYAN:
378 *backp = COLOR_CYAN;
380 case COLOR_CYAN
    [all...]
curses.h 394 #define COLOR_CYAN 0x06
  /src/games/colorbars/
colorbars.c 50 { "Cyan", COLOR_CYAN },
  /src/tests/lib/libcurses/tests/
std_defines 19 assign COLOR_CYAN 0x06
  /src/games/testpat/
testpat.c 45 COLOR_CYAN,
100 init_pair(6, COLOR_WHITE, COLOR_CYAN);
  /src/games/worms/
worms.c 563 COLOR_BLUE, COLOR_MAGENTA, COLOR_CYAN, COLOR_WHITE

Completed in 15 milliseconds