Home
last modified time | relevance | path

Searched refs:_pair_count (Results 1 – 4 of 4) sorted by relevance

/openbsd/lib/libcurses/base/
H A Dlib_color.c84 return SP ? SP->_pair_count : -1; in NCURSES_EXPORT()
403 SP_PARM->_pair_count = maxpairs; in NCURSES_SP_NAME()
628 if (pair > (sp->_pair_count + default_pairs)) { in _nc_init_pair()
H A Dlib_set_term.c93 COLOR_PAIRS = newSP->_pair_count; in NCURSES_EXPORT()
/openbsd/lib/libcurses/tinfo/
H A Dtinfo_driver.c84 return CURRENT_SCREEN ? CURRENT_SCREEN->_pair_count : -1; in NCURSES_EXPORT()
/openbsd/lib/libcurses/
H A Dcurses.priv.h1060 int _pair_count; /* same as COLOR_PAIRS */ member