Searched refs:ColorPair (Results 1 – 5 of 5) sorted by relevance
53 result |= (attr_t) ColorPair(pair); in NCURSES_EXPORT()
69 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)
500 #define ColorPair(n) (NCURSES_BITS(n, 0) & A_COLOR) macro503 #define ColorPair(pair) COLOR_PAIR(pair) macro520 a = (unColor2(a) | ColorPair(oldColor(c)))541 SetAttr(value, AttrOf(value) | ColorPair(p))545 WINDOW_ATTRS(w) |= ColorPair(p)