Searched refs:_color (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | context.h | 26 #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 D | lib_wattron.c | 59 win->_color = PairNumber(at); in NCURSES_EXPORT() 60 set_extended_pair(opts, win->_color); in NCURSES_EXPORT()
|
H A D | lib_wattroff.c | 59 win->_color = 0; in NCURSES_EXPORT()
|
H A D | lib_colorset.c | 61 if_EXT_COLORS(win->_color = color_pair); in NCURSES_EXPORT()
|
H A D | lib_screen.c | 157 DATA(_color, pINT),
|
/freebsd/contrib/libdiff/lib/ |
H A D | diff_output.c | 38 diff_output_set_colors(bool _color, in diff_output_set_colors() argument 42 color = _color; in diff_output_set_colors()
|
/freebsd/contrib/libdiff/include/ |
H A D | diff_output.h | 114 void diff_output_set_colors(bool _color,
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | report_offsets.c | 221 show_COLORS(WINDOW, _color); in main()
|
H A D | curses.priv.h | 524 #define GET_WINDOW_PAIR(w) GetPair2((w)->_color, (w)->_attrs) 525 #define SET_WINDOW_PAIR(w,p) (w)->_color = (p)
|
/freebsd/contrib/libxo/doc/ |
H A D | options.rst | 119 .. _color-mapping:
|
H A D | field-roles.rst | 46 .. _color-role:
|
/freebsd/contrib/ncurses/include/ |
H A D | curses.h.in | 555 int _color; /* current color-pair for non-space character */ member 1234 ? ((win)->_color = NCURSES_CAST(int, PAIR_NUMBER(at)), \ 1387 (win)->_color = (opts) ? *(int *)(opts) : (p)), \ 1396 ? (*(p) = (NCURSES_PAIRS_T) (win)->_color) \ 1399 ? (*(int *)(opts) = (win)->_color) \
|
/freebsd/sys/dev/iwm/ |
H A D | if_iwmreg.h | 2657 #define IWM_FW_CMD_ID_AND_COLOR(_id, _color) ((_id << IWM_FW_CTXT_ID_POS) |\ argument 2658 (_color << IWM_FW_CTXT_COLOR_POS))
|