Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_color.c59 #define MaxColors InfoOf(SP_PARM).maxcolors
99 #define OkColorHi(n) (((n) < COLORS) && ((n) < maxcolors))
371 int maxcolors = MaxColors; in NCURSES_SP_NAME() local
388 if (maxpairs > 0 && maxcolors > 0) { in NCURSES_SP_NAME()
396 SP_PARM->_pair_limit += (1 + (2 * maxcolors)); in NCURSES_SP_NAME()
402 SP_PARM->_color_count = maxcolors; in NCURSES_SP_NAME()
405 COLORS = maxcolors; in NCURSES_SP_NAME()
413 TYPE_CALLOC(color_t, maxcolors, SP_PARM->_color_table); in NCURSES_SP_NAME()
564 int maxcolors; in _nc_init_pair() local
571 maxcolors = MaxColors; in _nc_init_pair()
[all …]
H A Dnew_pair.c47 #define MaxColors InfoOf(SP_PARM).maxcolors
H A Dlib_set_term.c63 #define MaxColors InfoOf(sp).maxcolors
/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwin32_driver.c861 TCB->info.maxcolors = 8; in wcon_init()
H A Dwin_driver.c1258 TCB->info.maxcolors = 8; in wcon_init()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c741 TCB->info.maxcolors = VALID_NUMERIC(max_colors) ? max_colors : 0; in drv_init()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h2379 int maxcolors; member