Searched refs:ColorPair (Results 1 – 5 of 5) sorted by relevance
53 result |= (attr_t) ColorPair(pair); in NCURSES_EXPORT()
70 toggle_attr_on(attr, ColorPair(color_pair)); in NCURSES_EXPORT()
97 | (chtype) ColorPair(GET_WINDOW_PAIR(win))); in wbkgrndset()
74 mode |= (attr_t) ColorPair(pair)
555 #define ColorPair(n) (NCURSES_BITS(n, 0) & A_COLOR) macro558 #define ColorPair(pair) COLOR_PAIR(pair) macro575 a = (unColor2(a) | ColorPair(oldColor(c)))596 SetAttr(value, AttrOf(value) | ColorPair(p))600 WINDOW_ATTRS(w) |= ColorPair(p)