Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/ncurses/ncurses/base/
HDlib_slkattr.c53 result |= (attr_t) ColorPair(pair); in NCURSES_EXPORT()
HDlib_chgat.c69 toggle_attr_on(attr, ColorPair(color_pair)); in NCURSES_EXPORT()
HDlib_bkgd.c97 | (chtype) ColorPair(GET_WINDOW_PAIR(win))); in wbkgrndset()
/freebsd-14-stable/contrib/ncurses/ncurses/widechar/
HDlib_vid_attr.c74 mode |= (attr_t) ColorPair(pair)
/freebsd-14-stable/contrib/ncurses/ncurses/
HDcurses.priv.h500 #define ColorPair(n) (NCURSES_BITS(n, 0) & A_COLOR) macro
503 #define ColorPair(pair) COLOR_PAIR(pair) macro
520 a = (unColor2(a) | ColorPair(oldColor(c)))
541 SetAttr(value, AttrOf(value) | ColorPair(p))
545 WINDOW_ATTRS(w) |= ColorPair(p)