Searched refs:COLORS (Results 1 – 19 of 19) sorted by relevance
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | scr_ll_dump.c | 112 if ((fwrite((char *) &COLORS, sizeof (int), 1, filep) != 1) || in scr_ll_dump() 122 sizeof (_Color), COLORS, filep) != COLORS) in scr_ll_dump()
|
H A D | start_col.c | 86 COLORS = max_colors; in start_color() 101 (_Color *) malloc(COLORS * sizeof (_Color)))) == NULL) in start_color() 136 for (i = 0; i < COLORS; i++) { in start_color()
|
H A D | init_pair.c | 55 f < 0 || b < 0 || f >= COLORS || b >= COLORS) in init_pair()
|
H A D | color_cont.c | 52 if (color < 0 || color > COLORS || !can_change || in color_content()
|
H A D | curses.c | 50 int LINES, COLS, TABSIZE, COLORS, COLOR_PAIRS; variable
|
H A D | init_color.c | 60 if (!can_change || color >= COLORS || color < 0) in init_color()
|
H A D | mapfile-vers | 391 COLORS;
|
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 442 COLORS = max_colors;
|
H A D | color.c | 56 COLORS = max_colors; in start_color()
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | newterm.c | 58 int COLORS, COLOR_PAIRS; variable 448 COLORS = max_colors; in set_term()
|
H A D | color.c | 55 COLORS = max_colors; in start_color()
|
/titanic_41/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 44 COLORS;
|
/titanic_41/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 45 COLORS;
|
/titanic_41/usr/src/man/man3xcurses/ |
H A D | Makefile | 140 MANLINKS= COLORS.3xcurses \ 485 COLORS.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 | 135 link path=usr/share/man/man3xcurses/COLORS.3xcurses \
|
/titanic_41/ |
H A D | .gitignore | 7841 usr/src/man/man3xcurses/COLORS.3xcurses
|