Searched refs:COLOR_WHITE (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/powertop/common/ |
H A D | display.c | 269 (void) init_pair(PT_COLOR_DEFAULT, COLOR_WHITE, COLOR_BLACK); in pt_display_init_curses() 270 (void) init_pair(PT_COLOR_HEADER_BAR, COLOR_BLACK, COLOR_WHITE); in pt_display_init_curses() 272 (void) init_pair(PT_COLOR_RED, COLOR_WHITE, COLOR_RED); in pt_display_init_curses() 273 (void) init_pair(PT_COLOR_YELLOW, COLOR_WHITE, COLOR_YELLOW); in pt_display_init_curses() 274 (void) init_pair(PT_COLOR_GREEN, COLOR_WHITE, COLOR_GREEN); in pt_display_init_curses() 275 (void) init_pair(PT_COLOR_BLUE, COLOR_WHITE, COLOR_BLUE); in pt_display_init_curses() 276 (void) init_pair(PT_COLOR_BRIGHT, COLOR_WHITE, COLOR_BLACK); in pt_display_init_curses()
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | color.c | 84 (void) init_color(COLOR_WHITE, 1000, 1000, 1000); in start_color()
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | vidupdate.c | 57 COLOR_RED, COLOR_MAGENTA, COLOR_YELLOW, COLOR_WHITE };
|
H A D | curses.ed | 1388 #define COLOR_WHITE 7
|
/titanic_41/usr/src/cmd/latencytop/common/ |
H A D | display.c | 740 (void) init_pair(LT_COLOR_DEFAULT, COLOR_WHITE, COLOR_BLACK); in lt_display_init() 741 (void) init_pair(LT_COLOR_HEADER, COLOR_BLACK, COLOR_WHITE); in lt_display_init()
|
/titanic_41/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 116 #define COLOR_WHITE 7 macro
|
/titanic_41/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 115 #define COLOR_WHITE 7 macro
|