Home
last modified time | relevance | path

Searched refs:_color (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/ncurses/ncurses/base/
Dlib_wattroff.c58 win->_color = 0; in NCURSES_EXPORT()
Dlib_colorset.c59 if_EXT_COLORS(win->_color = color_pair_number); in NCURSES_EXPORT()
Dlib_wattron.c58 win->_color = PairNumber(at); in NCURSES_EXPORT()
/freebsd-12-stable/contrib/libxo/doc/
Doptions.rst119 .. _color-mapping:
Dfield-roles.rst44 .. _color-role:
/freebsd-12-stable/contrib/ncurses/include/
Dcurses.h.in466 int _color; /* current color-pair for non-space character */ member
1152 ? ((win)->_color = PAIR_NUMBER(at), \
1301 (win)->_color = (p)) \
1305 (void)(((p) != (void *)0) ? (*(p) = (NCURSES_PAIRS_T) ((win) ? (win)->_color : 0)) : OK), \
/freebsd-12-stable/contrib/ncurses/ncurses/
Dcurses.priv.h421 #define GET_WINDOW_PAIR(w) GetPair2((w)->_color, (w)->_attrs)
422 #define SET_WINDOW_PAIR(w,p) (w)->_color = (p)
/freebsd-12-stable/sys/dev/iwm/
Dif_iwmreg.h2342 #define IWM_FW_CMD_ID_AND_COLOR(_id, _color) ((_id << IWM_FW_CTXT_ID_POS) |\ argument
2343 (_color << IWM_FW_CTXT_COLOR_POS))