Searched refs:maxcolors (Results 1 – 7 of 7) 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 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() local571 maxcolors = MaxColors; in _nc_init_pair()[all …]
47 #define MaxColors InfoOf(SP_PARM).maxcolors
63 #define MaxColors InfoOf(sp).maxcolors
861 TCB->info.maxcolors = 8; in wcon_init()
1258 TCB->info.maxcolors = 8; in wcon_init()
741 TCB->info.maxcolors = VALID_NUMERIC(max_colors) ? max_colors : 0; in drv_init()
2379 int maxcolors; member