Searched refs:init_color (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcolor.c77 (void) init_color(COLOR_BLACK, 0, 0, 0);
78 (void) init_color(COLOR_RED, 1000, 0, 0);
79 (void) init_color(COLOR_GREEN, 0, 1000, 0);
80 (void) init_color(COLOR_BLUE, 0, 0, 1000);
81 (void) init_color(COLOR_YELLOW, 1000, 1000, 0);
82 (void) init_color(COLOR_MAGENTA, 1000, 0, 1000);
83 (void) init_color(COLOR_CYAN, 0, 1000, 1000);
84 (void) init_color(COLOR_WHITE, 1000, 1000, 1000);
95 init_color(short color, short r, short g, short b) function
/osnet-11/usr/src/lib/libcurses/screen/
H A Dinit_color.c53 init_color(short color, short r, short g, short b) function
H A Dscr_reset.c214 /* color table, and call init_color for each color */
231 (void) init_color((short)i,
H A Dllib-lcurses717 /* init_color.c */
718 int init_color(short color, short r, short g, short b);
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcolor.c86 init_color(short color, short r, short g, short b) function
91 __m_trace("init_color(%d, %d, %d, %d)", color, r, g, b);
118 return __m_return_code("init_color", code);
/osnet-11/usr/src/lib/libxcurses/src/libc/
H A Dllib-lcurses222 int init_color(short, short, short, short);
H A Dllib-lxcurses222 int init_color(short, short, short, short);
/osnet-11/usr/src/lib/libxcurses2/src/libc/
H A Dllib-lcurses222 int init_color(short, short, short, short);
H A Dllib-lxcurses222 int init_color(short, short, short, short);
/osnet-11/usr/src/lib/libcurses/
H A DMakefile.com67 has_ic.o has_il.o idcok.o idlok.o immedok.o init_acs.o init_color.o \
/osnet-11/usr/src/lib/libxcurses/h/
H A Dcurses.h492 extern int init_color(short, short, short, short);
/osnet-11/usr/src/lib/libxcurses2/h/
H A Dcurses.h441 extern int init_color(short, short, short, short);

Completed in 31 milliseconds