Searched refs:ColorPair (Results 1 – 5 of 5) sorted by relevance
52 result |= (attr_t) ColorPair(pair); in NCURSES_EXPORT()
65 toggle_attr_on(attr, ColorPair(color)); in NCURSES_EXPORT()
94 | (chtype) ColorPair(GET_WINDOW_PAIR(win))); in NCURSES_EXPORT()
66 mode |= (attr_t) ColorPair(pair)
397 #define ColorPair(n) NCURSES_BITS(n, 0) macro400 #define ColorPair(pair) COLOR_PAIR(pair) macro417 a = (unColor2(a) | (A_COLOR & (unsigned) ColorPair(oldColor(c))))431 SetAttr(value, AttrOf(value) | (A_COLOR & (attr_t) ColorPair(p)))435 WINDOW_ATTRS(w) |= (A_COLOR & (attr_t) ColorPair(p))