Searched refs:COLOR_BLACK (Results 1 – 7 of 7) sorted by relevance
/titanic_44/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() 271 (void) init_pair(PT_COLOR_ERROR, COLOR_BLACK, COLOR_RED); in pt_display_init_curses() 276 (void) init_pair(PT_COLOR_BRIGHT, COLOR_WHITE, COLOR_BLACK); in pt_display_init_curses()
|
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | color.c | 77 (void) init_color(COLOR_BLACK, 0, 0, 0); in start_color()
|
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | vidupdate.c | 56 int Oldcolors[] = { COLOR_BLACK, COLOR_BLUE, COLOR_GREEN, COLOR_CYAN,
|
H A D | curses.ed | 1381 #define COLOR_BLACK 0
|
/titanic_44/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_44/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 109 #define COLOR_BLACK 0 macro 1076 #define wstandend(w) (wattr_set(w, WA_NORMAL, COLOR_BLACK, \
|
/titanic_44/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 108 #define COLOR_BLACK 0 macro
|