Searched refs:COLOR_PAIRS (Results 1 - 13 of 13) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dpair_cont.c52 if (pair < 1 || pair >= COLOR_PAIRS ||
H A Dstart_col.c65 if ((COLOR_PAIRS = max_pairs) == -1)
70 if (COLOR_PAIRS > 64)
71 COLOR_PAIRS = 64;
82 (_Color_pair *) malloc((COLOR_PAIRS+1) *
H A Dscr_ll_dump.c113 (fwrite((char *) &COLOR_PAIRS, sizeof (int), 1, filep) !=
129 sizeof (_Color_pair), COLOR_PAIRS, filep) != COLOR_PAIRS)
H A Dcurses.c50 int LINES, COLS, TABSIZE, COLORS, COLOR_PAIRS; variable
H A Dinit_pair.c54 if (pair < 1 || pair >= COLOR_PAIRS ||
H A Dinit_color.c111 for (i = 0; i < COLOR_PAIRS; i++) {
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcolor.c57 COLOR_PAIRS = max_pairs;
H A Dnewterm.c52 int COLORS, COLOR_PAIRS; variable
443 COLOR_PAIRS = max_pairs;
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcolor.c56 COLOR_PAIRS = max_pairs;
H A Dnewterm.c58 int COLORS, COLOR_PAIRS; variable
449 COLOR_PAIRS = max_pairs;
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dconsole.c236 if ((COLORS >= NUM_COLORS) && (COLOR_PAIRS >= NUM_COLORS * NUM_COLORS))
/osnet-11/usr/src/lib/libxcurses/h/
H A Dcurses.h364 extern int COLORS, COLOR_PAIRS;
/osnet-11/usr/src/lib/libxcurses2/h/
H A Dcurses.h350 extern int COLORS, COLOR_PAIRS;

Completed in 30 milliseconds