/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | color.c | 77 (void) init_color(COLOR_BLACK, 0, 0, 0); in start_color() 78 (void) init_color(COLOR_RED, 1000, 0, 0); in start_color() 79 (void) init_color(COLOR_GREEN, 0, 1000, 0); in start_color() 80 (void) init_color(COLOR_BLUE, 0, 0, 1000); in start_color() 81 (void) init_color(COLOR_YELLOW, 1000, 1000, 0); in start_color() 82 (void) init_color(COLOR_MAGENTA, 1000, 0, 1000); in start_color() 83 (void) init_color(COLOR_CYAN, 0, 1000, 1000); in start_color() 84 (void) init_color(COLOR_WHITE, 1000, 1000, 1000); in start_color() 95 init_color(short color, short r, short g, short b) in init_color() function
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | color.c | 86 init_color(short color, short r, short g, short b) in init_color() function
|
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | init_color.c | 53 init_color(short color, short r, short g, short b) in init_color() function
|
H A D | scr_reset.c | 231 (void) init_color((short)i, in scr_reset()
|
H A D | mapfile-vers | 109 init_color;
|
H A D | llib-lcurses | 717 /* init_color.c */ 718 int init_color(short color, short r, short g, short b);
|
H A D | curses.ed | 462 extern int init_color(short, short, short, short); 529 init_color(), init_pair(), keypad(), mvcur();
|
/titanic_50/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 138 init_color;
|
/titanic_50/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 140 init_color;
|
/titanic_50/usr/src/uts/common/io/ |
H A D | tem.c | 210 boolean_t init_color, boolean_t clear_screen) in tem_internal_init() argument 243 clear_screen, init_color); in tem_internal_init()
|
H A D | tem_safe.c | 1742 boolean_t init_color) in tem_safe_reset_emulator() argument 1762 if (init_color) { in tem_safe_reset_emulator() 1783 boolean_t clear_txt, boolean_t init_color) in tem_safe_reset_display() argument 1788 tem_safe_reset_emulator(tem, credp, called_from, init_color); in tem_safe_reset_display()
|
/titanic_50/usr/src/man/man3xcurses/ |
H A D | Makefile | 175 init_color.3xcurses \ 491 init_color.3xcurses := LINKSRC = can_change_color.3xcurses
|
/titanic_50/usr/src/lib/libcurses/ |
H A D | Makefile.com | 69 has_ic.o has_il.o idcok.o idlok.o immedok.o init_acs.o init_color.o \
|
/titanic_50/usr/src/man/man3curses/ |
H A D | Makefile | 231 init_color.3curses \ 677 init_color.3curses := LINKSRC = curs_color.3curses
|
/titanic_50/usr/src/lib/libxcurses2/src/libc/ |
H A D | llib-lcurses | 222 int init_color(short, short, short, short);
|
H A D | llib-lxcurses | 222 int init_color(short, short, short, short);
|
/titanic_50/usr/src/lib/libxcurses/src/libc/ |
H A D | llib-lcurses | 222 int init_color(short, short, short, short);
|
H A D | llib-lxcurses | 222 int init_color(short, short, short, short);
|
/titanic_50/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 441 extern int init_color(short, short, short, short);
|
/titanic_50/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 492 extern int init_color(short, short, short, short);
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3xcurses.inc | 184 link path=usr/share/man/man3xcurses/init_color.3xcurses \
|
H A D | system-library.man3curses.inc | 278 link path=usr/share/man/man3curses/init_color.3curses \
|
/titanic_50/ |
H A D | .gitignore | 5657 usr/src/man/man3curses/init_color.3curses 7876 usr/src/man/man3xcurses/init_color.3xcurses
|