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

/osnet-11/usr/src/lib/libcurses/screen/
H A Dcolor_cont.c52 if (color < 0 || color > COLORS || !can_change ||
H A Dscr_ll_dump.c112 if ((fwrite((char *) &COLORS, sizeof (int), 1, filep) != 1) ||
122 sizeof (_Color), COLORS, filep) != COLORS)
H A Dstart_col.c86 COLORS = max_colors;
93 * cur_term->_pairs_tbl[0].background = COLORS;
101 (_Color *) malloc(COLORS * sizeof (_Color)))) == NULL)
136 for (i = 0; i < COLORS; i++) {
H A Dcurses.c50 int LINES, COLS, TABSIZE, COLORS, COLOR_PAIRS; variable
H A Dinit_pair.c55 f < 0 || b < 0 || f >= COLORS || b >= COLORS)
H A Dinit_color.c60 if (!can_change || color >= COLORS || color < 0)
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcolor.c56 COLORS = max_colors;
H A Dnewterm.c52 int COLORS, COLOR_PAIRS; variable
442 COLORS = max_colors;
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcolor.c55 COLORS = max_colors;
H A Dnewterm.c58 int COLORS, COLOR_PAIRS; variable
448 COLORS = max_colors;
/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 93 milliseconds