Searched refs:MaxColors (Results 1 – 3 of 3) sorted by relevance
63 #define MaxColors InfoOf(sp).maxcolors macro66 #define MaxColors max_colors494 sp->_default_fg = ((fg >= 0 && fg < MaxColors) ? fg : COLOR_DEFAULT); in _nc_setupscreen()496 sp->_default_bg = ((bg >= 0 && bg < MaxColors) ? bg : COLOR_DEFAULT); in _nc_setupscreen()520 if (sp->_default_fg >= MaxColors) { in _nc_setupscreen()525 sp->_default_fg %= MaxColors; in _nc_setupscreen()528 if (sp->_default_bg >= MaxColors) { in _nc_setupscreen()533 sp->_default_bg %= MaxColors; in _nc_setupscreen()
59 #define MaxColors InfoOf(SP_PARM).maxcolors macro67 #define MaxColors max_colors371 int maxcolors = MaxColors; in start_color()573 maxcolors = MaxColors; in _nc_init_pair()721 maxcolors = MaxColors; in _nc_init_color()843 int maxcolors = MaxColors; in _nc_color_content()
47 #define MaxColors InfoOf(SP_PARM).maxcolors macro49 #define MaxColors max_colors macro