Searched refs:BACK_OF (Results 1 – 2 of 2) sorted by relevance
483 || (BACK_OF(previous) == COLOR_DEFAULT)) in NCURSES_SP_NAME()775 NCURSES_COLOR_T bg = (NCURSES_COLOR_T) BACK_OF(SP_PARM->_color_pairs[pair]); in NCURSES_SP_NAME()
631 #define BACK_OF(c) ((c) & C_MASK) macro