Home
last modified time | relevance | path

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

/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_color.c364 int maxpairs = 0, maxcolors = 0; in NCURSES_SP_NAME() local
374 maxcolors = MaxColors; in NCURSES_SP_NAME()
391 if (maxpairs > 0 && maxcolors > 0) { in NCURSES_SP_NAME()
405 SP_PARM->_color_count = maxcolors; in NCURSES_SP_NAME()
408 COLORS = maxcolors; in NCURSES_SP_NAME()
567 int maxcolors; in _nc_init_pair() local
574 maxcolors = MaxColors; in _nc_init_pair()
712 int maxcolors; in _nc_init_color() local
722 maxcolors = MaxColors; in _nc_init_color()
835 int maxcolors; in _nc_color_content() local
[all …]
H A Dnew_pair.c47 #define MaxColors InfoOf(SP_PARM).maxcolors
H A Dlib_set_term.c53 #define MaxColors InfoOf(sp).maxcolors
/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h2485 int maxcolors; member