Home
last modified time | relevance | path

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

/openbsd/lib/libcurses/base/
H A Dlib_color.c61 #define MaxColors InfoOf(SP_PARM).maxcolors
373 int maxcolors = MaxColors; in NCURSES_SP_NAME() local
390 if (maxpairs > 0 && maxcolors > 0) { in NCURSES_SP_NAME()
398 SP_PARM->_pair_limit += (1 + (2 * maxcolors)); in NCURSES_SP_NAME()
404 SP_PARM->_color_count = maxcolors; in NCURSES_SP_NAME()
407 COLORS = maxcolors; in NCURSES_SP_NAME()
566 int maxcolors; in _nc_init_pair() local
573 maxcolors = MaxColors; in _nc_init_pair()
711 int maxcolors; in _nc_init_color() local
721 maxcolors = MaxColors; in _nc_init_color()
[all …]
H A Dnew_pair.c47 #define MaxColors InfoOf(SP_PARM).maxcolors
H A Dlib_set_term.c65 #define MaxColors InfoOf(sp).maxcolors
/openbsd/lib/libcurses/tinfo/
H A Dtinfo_driver.c741 TCB->info.maxcolors = VALID_NUMERIC(max_colors) ? max_colors : 0; in drv_init()
/openbsd/lib/libcurses/
H A Dcurses.priv.h2373 int maxcolors; member