Home
last modified time | relevance | path

Searched refs:ColorPair (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_slkattr.c53 result |= (attr_t) ColorPair(pair); in NCURSES_EXPORT()
H A Dlib_chgat.c70 toggle_attr_on(attr, ColorPair(color_pair)); in NCURSES_EXPORT()
H A Dlib_bkgd.c97 | (chtype) ColorPair(GET_WINDOW_PAIR(win))); in wbkgrndset()
/freebsd/contrib/ncurses/ncurses/widechar/
H A Dlib_vid_attr.c74 mode |= (attr_t) ColorPair(pair)
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h555 #define ColorPair(n) (NCURSES_BITS(n, 0) & A_COLOR) macro
558 #define ColorPair(pair) COLOR_PAIR(pair) macro
575 a = (unColor2(a) | ColorPair(oldColor(c)))
596 SetAttr(value, AttrOf(value) | ColorPair(p))
600 WINDOW_ATTRS(w) |= ColorPair(p)