Searched refs:maxcolors (Results 1 – 5 of 5) sorted by relevance
61 #define MaxColors InfoOf(SP_PARM).maxcolors373 int maxcolors = MaxColors; in NCURSES_SP_NAME() local390 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() local573 maxcolors = MaxColors; in _nc_init_pair()711 int maxcolors; in _nc_init_color() local721 maxcolors = MaxColors; in _nc_init_color()[all …]
47 #define MaxColors InfoOf(SP_PARM).maxcolors
65 #define MaxColors InfoOf(sp).maxcolors
741 TCB->info.maxcolors = VALID_NUMERIC(max_colors) ? max_colors : 0; in drv_init()
2373 int maxcolors; member