Searched refs:COLOR_PAIRS (Results 1 – 19 of 19) sorted by relevance
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | start_col.c | 65 if ((COLOR_PAIRS = max_pairs) == -1) in start_color() 70 if (COLOR_PAIRS > 64) in start_color() 71 COLOR_PAIRS = 64; in start_color() 82 (_Color_pair *) malloc((COLOR_PAIRS+1) * in start_color()
|
H A D | scr_ll_dump.c | 113 (fwrite((char *) &COLOR_PAIRS, sizeof (int), 1, filep) != in scr_ll_dump() 129 sizeof (_Color_pair), COLOR_PAIRS, filep) != COLOR_PAIRS) in scr_ll_dump()
|
H A D | pair_cont.c | 52 if (pair < 1 || pair >= COLOR_PAIRS || in pair_content()
|
H A D | curses.c | 50 int LINES, COLS, TABSIZE, COLORS, COLOR_PAIRS; variable
|
H A D | init_pair.c | 54 if (pair < 1 || pair >= COLOR_PAIRS || in init_pair()
|
H A D | init_color.c | 111 for (i = 0; i < COLOR_PAIRS; i++) { in init_color()
|
H A D | mapfile-vers | 390 COLOR_PAIRS;
|
H A D | curses.ed | 220 extern int LINES, COLS, TABSIZE, COLORS, COLOR_PAIRS;
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | newterm.c | 52 int COLORS, COLOR_PAIRS; variable 443 COLOR_PAIRS = max_pairs;
|
H A D | color.c | 57 COLOR_PAIRS = max_pairs; in start_color()
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | newterm.c | 58 int COLORS, COLOR_PAIRS; variable 449 COLOR_PAIRS = max_pairs; in set_term()
|
H A D | color.c | 56 COLOR_PAIRS = max_pairs; in start_color()
|
/titanic_41/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 43 COLOR_PAIRS;
|
/titanic_41/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 44 COLOR_PAIRS;
|
/titanic_41/usr/src/man/man3xcurses/ |
H A D | Makefile | 142 COLOR_PAIRS.3xcurses \ 487 COLOR_PAIRS.3xcurses := LINKSRC = can_change_color.3xcurses
|
/titanic_41/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 364 extern int COLORS, COLOR_PAIRS;
|
/titanic_41/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 350 extern int COLORS, COLOR_PAIRS;
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3xcurses.inc | 139 link path=usr/share/man/man3xcurses/COLOR_PAIRS.3xcurses \
|
/titanic_41/ |
H A D | .gitignore | 7843 usr/src/man/man3xcurses/COLOR_PAIRS.3xcurses
|