Searched refs:COLOR_PAIRS (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_color.c76 NCURSES_PUBLIC_VAR(COLOR_PAIRS) (void) function
86 NCURSES_EXPORT_VAR(int) COLOR_PAIRS = 0;
353 COLOR_PAIRS = maxpairs;
365 T(("started color: COLORS = %d, COLOR_PAIRS = %d",
366 COLORS, COLOR_PAIRS));
H A Dlib_set_term.c81 COLOR_PAIRS = newSP->_pair_count;
90 COLOR_PAIRS = 0;
206 COLOR_PAIRS = 0;
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c80 NCURSES_PUBLIC_VAR(COLOR_PAIRS) (void) function
90 NCURSES_EXPORT_VAR(int) COLOR_PAIRS = 0;
749 if (pair < 0 || pair >= COLOR_PAIRS) {
/freebsd-11-stable/contrib/dialog/
H A Dutil.c542 if (!found && (defined_colors + 1) < COLOR_PAIRS) {

Completed in 201 milliseconds