/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | color.c | 75 (void) init_color(COLOR_BLACK, 0, 0, 0); in start_color() 76 (void) init_color(COLOR_RED, 1000, 0, 0); in start_color() 77 (void) init_color(COLOR_GREEN, 0, 1000, 0); in start_color() 78 (void) init_color(COLOR_BLUE, 0, 0, 1000); in start_color() 79 (void) init_color(COLOR_YELLOW, 1000, 1000, 0); in start_color() 80 (void) init_color(COLOR_MAGENTA, 1000, 0, 1000); in start_color() 81 (void) init_color(COLOR_CYAN, 0, 1000, 1000); in start_color() 82 (void) init_color(COLOR_WHITE, 1000, 1000, 1000); in start_color() 93 init_color(short color, short r, short g, short b) in init_color() function
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | color.c | 84 init_color(short color, short r, short g, short b) in init_color() function
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | init_color.c | 51 init_color(short color, short r, short g, short b) in init_color() function
|
H A D | scr_reset.c | 229 (void) init_color((short)i, in scr_reset()
|
H A D | mapfile-vers | 109 init_color;
|
H A D | curses.ed | 462 extern int init_color(short, short, short, short); 529 init_color(), init_pair(), keypad(), mvcur();
|
/illumos-gate/usr/src/boot/common/ |
H A D | tem.c | 217 bool init_color, bool clear_screen) in tem_internal_init() argument 241 tem_reset_display(ptem, clear_screen, init_color); in tem_internal_init() 2673 tem_reset_emulator(struct tem_vt_state *tem, bool init_color) in tem_reset_emulator() argument 2690 if (init_color) { in tem_reset_emulator() 2710 tem_reset_display(struct tem_vt_state *tem, bool clear_txt, bool init_color) in tem_reset_display() argument 2712 tem_reset_emulator(tem, init_color); in tem_reset_display()
|
/illumos-gate/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 138 init_color;
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | tem.c | 210 boolean_t init_color, boolean_t clear_screen) in tem_internal_init() argument 246 clear_screen, init_color); in tem_internal_init()
|
H A D | tem_safe.c | 2297 boolean_t init_color) in tem_safe_reset_emulator() argument 2317 if (init_color) { in tem_safe_reset_emulator() 2338 boolean_t clear_txt, boolean_t init_color) in tem_safe_reset_display() argument 2343 tem_safe_reset_emulator(tem, credp, called_from, init_color); in tem_safe_reset_display()
|
/illumos-gate/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 140 init_color;
|
/illumos-gate/usr/src/man/man3xcurses/ |
H A D | Makefile | 175 init_color.3xcurses \ 491 init_color.3xcurses := LINKSRC = can_change_color.3xcurses
|
/illumos-gate/usr/src/lib/libcurses/ |
H A D | Makefile.com | 70 has_ic.o has_il.o idcok.o idlok.o immedok.o init_acs.o init_color.o \
|
/illumos-gate/usr/src/man/man3curses/ |
H A D | Makefile | 231 init_color.3curses \ 677 init_color.3curses := LINKSRC = curs_color.3curses
|
/illumos-gate/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 439 extern int init_color(short, short, short, short);
|
/illumos-gate/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 490 extern int init_color(short, short, short, short);
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3xcurses.inc | 124 link path=usr/share/man/man3xcurses/init_color.3xcurses \
|
H A D | system-library.man3curses.inc | 228 link path=usr/share/man/man3curses/init_color.3curses target=curs_color.3curses
|