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

  /src/lib/libcurses/
color.c 204 if (COLORS >= COLOR_YELLOW)
205 (void)init_color_value(COLOR_YELLOW, RGB_ON, RGB_ON, 0);
300 case COLOR_YELLOW:
304 fore = COLOR_YELLOW;
314 case COLOR_YELLOW:
318 back = COLOR_YELLOW;
363 case COLOR_YELLOW:
367 *forep = COLOR_YELLOW;
377 case COLOR_YELLOW:
381 *backp = COLOR_YELLOW;
    [all...]
curses.h 391 #define COLOR_YELLOW 0x03
  /src/games/colorbars/
colorbars.c 47 { "Yellow", COLOR_YELLOW },
  /src/games/testpat/
testpat.c 44 COLOR_YELLOW,
97 init_pair(3, COLOR_WHITE, COLOR_YELLOW);
438 attrset(COLOR_PAIR(COLOR_YELLOW));
  /src/tests/lib/libcurses/tests/
std_defines 16 assign COLOR_YELLOW 0x03
  /src/games/worms/
worms.c 562 COLOR_BLACK, COLOR_RED, COLOR_GREEN, COLOR_YELLOW,
  /src/usr.bin/aiomixer/
main.c 558 init_pair(COLOR_ENUM_MISC, COLOR_BLACK, COLOR_YELLOW);

Completed in 15 milliseconds