Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dscr_ll_dump.c110 if ((fwrite((char *) &COLORS, sizeof (int), 1, filep) != 1) || in scr_ll_dump()
120 sizeof (_Color), COLORS, filep) != COLORS) in scr_ll_dump()
H A Dstart_col.c84 COLORS = max_colors; in start_color()
99 (_Color *) malloc(COLORS * sizeof (_Color)))) == NULL) in start_color()
134 for (i = 0; i < COLORS; i++) { in start_color()
H A Dinit_pair.c53 f < 0 || b < 0 || f >= COLORS || b >= COLORS) in init_pair()
H A Dcolor_cont.c50 if (color < 0 || color > COLORS || !can_change || in color_content()
H A Dcurses.c48 int LINES, COLS, TABSIZE, COLORS, COLOR_PAIRS; variable
H A Dinit_color.c58 if (!can_change || color >= COLORS || color < 0) in init_color()
H A Dmapfile-vers436 COLORS {
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
440 COLORS = max_colors;
H A Dcolor.c54 COLORS = max_colors; in start_color()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c56 int COLORS, COLOR_PAIRS; variable
446 COLORS = max_colors; in set_term()
H A Dcolor.c53 COLORS = max_colors; in start_color()
/illumos-gate/usr/src/lib/libxcurses/src/
H A Dmapfile-vers44 COLORS { ASSERT = { TYPE = OBJECT; SIZE = 4; }; };
/illumos-gate/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers45 COLORS { ASSERT = { TYPE = OBJECT; SIZE = 4; }; };
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile140 MANLINKS= COLORS.3xcurses \
485 COLORS.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.inc17 link path=usr/share/man/man3xcurses/COLORS.3xcurses \