Searched refs:COLOR_PAIRS (Results 1 – 8 of 8) sorted by relevance
81 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()
108 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()
73 int COLOR_PAIRS = 0; /* Maximum color pairs on the screen */ variable
2 COLOR_PAIRS
228 int COLOR_PAIRS; /* Maximum color pairs on the screen */ member
415 extern int COLOR_PAIRS; /* Max color pairs on the screen. */
587 if ((*ctab = calloc(COLOR_PAIRS, sizeof(int))) == NULL) in initclr()600 if (nc + 1 >= COLOR_PAIRS) in initclr()
283 if (next >= COLOR_PAIRS) in get_color_pair()