Home
last modified time | relevance | path

Searched refs:COLOR_PAIRS (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dstart_col.c63 if ((COLOR_PAIRS = max_pairs) == -1) in start_color()
68 if (COLOR_PAIRS > 64) in start_color()
69 COLOR_PAIRS = 64; in start_color()
80 (_Color_pair *) malloc((COLOR_PAIRS+1) * in start_color()
H A Dscr_ll_dump.c111 (fwrite((char *) &COLOR_PAIRS, sizeof (int), 1, filep) != in scr_ll_dump()
127 sizeof (_Color_pair), COLOR_PAIRS, filep) != COLOR_PAIRS) in scr_ll_dump()
H A Dpair_cont.c50 if (pair < 1 || pair >= COLOR_PAIRS || in pair_content()
H A Dcurses.c48 int LINES, COLS, TABSIZE, COLORS, COLOR_PAIRS; variable
H A Dinit_pair.c52 if (pair < 1 || pair >= COLOR_PAIRS || in init_pair()
H A Dinit_color.c109 for (i = 0; i < COLOR_PAIRS; i++) { in init_color()
H A Dmapfile-vers430 COLOR_PAIRS {
H A Dcurses.ed220 extern int LINES, COLS, TABSIZE, COLORS, COLOR_PAIRS;
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewterm.c50 int COLORS, COLOR_PAIRS; variable
441 COLOR_PAIRS = max_pairs;
H A Dcolor.c55 COLOR_PAIRS = max_pairs; in start_color()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c56 int COLORS, COLOR_PAIRS; variable
447 COLOR_PAIRS = max_pairs; in set_term()
H A Dcolor.c54 COLOR_PAIRS = max_pairs; in start_color()
/illumos-gate/usr/src/lib/libxcurses/src/
H A Dmapfile-vers43 COLOR_PAIRS { ASSERT = { TYPE = OBJECT; SIZE = 4; }; };
/illumos-gate/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers44 COLOR_PAIRS { ASSERT = { TYPE = OBJECT; SIZE = 4; }; };
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile142 COLOR_PAIRS.3xcurses \
487 COLOR_PAIRS.3xcurses := LINKSRC = can_change_color.3xcurses
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h362 extern int COLORS, COLOR_PAIRS;
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h348 extern int COLORS, COLOR_PAIRS;
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc21 link path=usr/share/man/man3xcurses/COLOR_PAIRS.3xcurses \