Searched refs:FORE_OF (Results 1 – 2 of 2) sorted by relevance
482 if ((FORE_OF(previous) == COLOR_DEFAULT) in NCURSES_SP_NAME()774 NCURSES_COLOR_T fg = (NCURSES_COLOR_T) FORE_OF(SP_PARM->_color_pairs[pair]); in NCURSES_SP_NAME()
630 #define FORE_OF(c) (((c) >> C_SHIFT) & C_MASK) macro