Home
last modified time | relevance | path

Searched refs:COLOR_PAIRS (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/lib/libcurses/
Dscreen.c81 old_screen->COLOR_PAIRS = COLOR_PAIRS; in set_term()
98 COLOR_PAIRS = new->COLOR_PAIRS; in set_term()
158 new_screen->COLOR_PAIRS = 0; in newterm()
Dcolor.c108 COLOR_PAIRS = 0; in start_color()
111 COLOR_PAIRS = (max_pairs > MAX_PAIRS - 1 ? in start_color()
125 _cursesi_screen->COLOR_PAIRS = COLOR_PAIRS; in start_color()
150 COLORS, COLOR_PAIRS); in start_color()
229 for (i = 0; i < COLOR_PAIRS; i++) { in start_color()
280 if (pair < 0 || pair >= COLOR_PAIRS) in init_pair()
348 if (pair < 0 || pair > _cursesi_screen->COLOR_PAIRS) in pair_content()
499 if (COLOR_PAIRS) { in assume_default_colors()
Dcurses.c73 int COLOR_PAIRS = 0; /* Maximum color pairs on the screen */ variable
Dcurses.expsym2 COLOR_PAIRS
Dcurses_private.h228 int COLOR_PAIRS; /* Maximum color pairs on the screen */ member
Dcurses.h415 extern int COLOR_PAIRS; /* Max color pairs on the screen. */
/netbsd/src/games/worms/
Dworms.c587 if ((*ctab = calloc(COLOR_PAIRS, sizeof(int))) == NULL) in initclr()
600 if (nc + 1 >= COLOR_PAIRS) in initclr()
/netbsd/src/external/gpl3/gdb/dist/gdb/tui/
Dtui-io.c283 if (next >= COLOR_PAIRS) in get_color_pair()