Searched refs:maxcolors (Results 1 – 6 of 6) sorted by relevance
59 #define MaxColors InfoOf(SP_PARM).maxcolors99 #define OkColorHi(n) (((n) < COLORS) && ((n) < maxcolors))371 int maxcolors = MaxColors; in NCURSES_SP_NAME() local388 if (maxpairs > 0 && maxcolors > 0) { in NCURSES_SP_NAME()396 if (maxcolors < maxpairs) { in NCURSES_SP_NAME()397 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()415 TYPE_CALLOC(color_t, maxcolors, SP_PARM->_color_table); in NCURSES_SP_NAME()566 int maxcolors; in _nc_init_pair() local[all …]
47 #define MaxColors InfoOf(SP_PARM).maxcolors
63 #define MaxColors InfoOf(sp).maxcolors
852 TCB->info.maxcolors = 8; in wcon_init()
753 TCB->info.maxcolors = VALID_NUMERIC(max_colors) ? max_colors : 0; in drv_init()
2432 int maxcolors; member