Searched refs:COLORS (Results 1 - 13 of 13) sorted by relevance
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | color_cont.c | 52 if (color < 0 || color > COLORS || !can_change ||
|
H A D | scr_ll_dump.c | 112 if ((fwrite((char *) &COLORS, sizeof (int), 1, filep) != 1) || 122 sizeof (_Color), COLORS, filep) != COLORS)
|
H A D | start_col.c | 86 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 D | curses.c | 50 int LINES, COLS, TABSIZE, COLORS, COLOR_PAIRS; variable
|
H A D | init_pair.c | 55 f < 0 || b < 0 || f >= COLORS || b >= COLORS)
|
H A D | init_color.c | 60 if (!can_change || color >= COLORS || color < 0)
|
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | color.c | 56 COLORS = max_colors;
|
H A D | newterm.c | 52 int COLORS, COLOR_PAIRS; variable 442 COLORS = max_colors;
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | color.c | 55 COLORS = max_colors;
|
H A D | newterm.c | 58 int COLORS, COLOR_PAIRS; variable 448 COLORS = max_colors;
|
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/ |
H A D | console.c | 236 if ((COLORS >= NUM_COLORS) && (COLOR_PAIRS >= NUM_COLORS * NUM_COLORS))
|
/osnet-11/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 364 extern int COLORS, COLOR_PAIRS;
|
/osnet-11/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 350 extern int COLORS, COLOR_PAIRS;
|
Completed in 93 milliseconds