Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dcontext.h26 #define FW_CMD_ID_AND_COLOR(_id, _color) (((_id) << FW_CTXT_ID_POS) |\ argument
27 ((_color) << FW_CTXT_COLOR_POS))
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_wattroff.c59 win->_color = 0; in NCURSES_EXPORT()
H A Dlib_wattron.c59 win->_color = PairNumber(at); in NCURSES_EXPORT()
H A Dlib_colorset.c61 if_EXT_COLORS(win->_color = color_pair); in NCURSES_EXPORT()
H A Dlib_screen.c159 DATA(_color, pINT),
/freebsd/contrib/ncurses/ncurses/
H A Dreport_offsets.c192 show_COLORS(WINDOW, _color); in main()
H A Dcurses.priv.h509 #define GET_WINDOW_PAIR(w) GetPair2((w)->_color, (w)->_attrs)
510 #define SET_WINDOW_PAIR(w,p) (w)->_color = (p)
/freebsd/contrib/libxo/doc/
H A Doptions.rst119 .. _color-mapping:
H A Dfield-roles.rst46 .. _color-role:
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in494 int _color; /* current color-pair for non-space character */ member
1158 ? ((win)->_color = NCURSES_CAST(int, PAIR_NUMBER(at)), \
1311 (win)->_color = (opts) ? *(int *)(opts) : (p)), \
1320 ? (*(p) = (NCURSES_PAIRS_T) (win)->_color) \
1323 ? (*(int *)(opts) = (win)->_color) \
/freebsd/sys/dev/iwm/
H A Dif_iwmreg.h2657 #define IWM_FW_CMD_ID_AND_COLOR(_id, _color) ((_id << IWM_FW_CTXT_ID_POS) |\ argument
2658 (_color << IWM_FW_CTXT_COLOR_POS))