Home
last modified time | relevance | path

Searched refs:MaxColors (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/ncurses/ncurses/base/
H A Dlib_set_term.c53 #define MaxColors InfoOf(sp).maxcolors macro
56 #define MaxColors max_colors
427 sp->_default_fg = ((fg >= 0 && fg < MaxColors) ? fg : C_MASK); in NCURSES_SP_NAME()
429 sp->_default_bg = ((bg >= 0 && bg < MaxColors) ? bg : C_MASK); in NCURSES_SP_NAME()
453 if (sp->_default_fg >= MaxColors) { in NCURSES_SP_NAME()
458 sp->_default_fg %= MaxColors; in NCURSES_SP_NAME()
461 if (sp->_default_bg >= MaxColors) { in NCURSES_SP_NAME()
466 sp->_default_bg %= MaxColors; in NCURSES_SP_NAME()
H A Dlib_color.c55 #define MaxColors InfoOf(SP_PARM).maxcolors macro
63 #define MaxColors max_colors
323 maxcolors = MaxColors; in NCURSES_SP_NAME()
450 maxcolors = MaxColors; in NCURSES_SP_NAME()
604 maxcolors = MaxColors; in NCURSES_SP_NAME()
723 maxcolors = MaxColors; in NCURSES_SP_NAME()