Searched refs:attr_t (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-10.0-release/contrib/ncurses/ncurses/base/
H A Dlib_slkattr.c43 NCURSES_EXPORT(attr_t)
49 attr_t result = AttrOf(SP->_slk->attr) & ALL_BUT_COLOR;
H A Dlib_wattroff.c48 wattr_off(WINDOW *win, attr_t at, void *opts GCC_UNUSED)
H A Dlib_wattron.c48 wattr_on(WINDOW *win, attr_t at, void *opts GCC_UNUSED)
H A Dlib_slkatr_set.c44 slk_attr_set(const attr_t attr, short color_pair_number, void *opts)
H A Dlib_chgat.c48 wchgat(WINDOW *win, int n, attr_t attr, short color, const void *opts GCC_UNUSED)
H A Dlib_bkgd.c54 attr_t off = AttrOf(win->_nc_bkgd);
55 attr_t on = AttrOf(CHDEREF(ch));
H A Dlib_instr.c66 attr_t attrs;
/freebsd-10.0-release/usr.sbin/bluetooth/sdpd/
H A Dbgd.c78 static attr_t bgd_profile_attrs[] = {
100 (attr_t const * const) &bgd_profile_attrs
H A Dftrn.c95 static attr_t ftrn_profile_attrs[] = {
115 (attr_t const * const) &ftrn_profile_attrs
H A Dirmc_command.c95 static attr_t irmc_command_profile_attrs[] = {
115 (attr_t const * const) &irmc_command_profile_attrs
H A Dprofile.h56 typedef struct attr attr_t; typedef in typeref:struct:attr
69 attr_t const * const attrs; /* supported attributes */
H A Dsp.c95 static attr_t sp_profile_attrs[] = {
115 (attr_t const * const) &sp_profile_attrs
H A Ddun.c112 static attr_t dun_profile_attrs[] = {
134 (attr_t const * const) &dun_profile_attrs
H A Dirmc.c109 static attr_t irmc_profile_attrs[] = {
131 (attr_t const * const) &irmc_profile_attrs
H A Dopush.c109 static attr_t opush_profile_attrs[] = {
131 (attr_t const * const) &opush_profile_attrs
H A Dgn.c144 static attr_t gn_profile_attrs[] = {
170 (attr_t const * const) &gn_profile_attrs
H A Dlan.c146 static attr_t lan_profile_attrs[] = {
170 (attr_t const * const) &lan_profile_attrs
H A Dpanu.c144 static attr_t panu_profile_attrs[] = {
170 (attr_t const * const) &panu_profile_attrs
H A Dsd.c194 static attr_t sd_profile_attrs[] = {
226 (attr_t const * const) &sd_profile_attrs
/freebsd-10.0-release/contrib/ncurses/ncurses/widechar/
H A Dlib_vid_attr.c60 vid_puts(attr_t newmode, short pair, void *opts GCC_UNUSED, int (*outc) (int))
63 static attr_t previous_attr = A_NORMAL;
66 attr_t turn_on, turn_off;
113 attr_t mask = NCURSES_BITS((value & 63)
242 vid_attr(attr_t newmode, short pair, void *opts)
252 NCURSES_EXPORT(attr_t)
255 attr_t attrs;
H A Dlib_add_wch.c53 attr_t attrs = (wch->attr & A_ATTRIBUTES);
90 attr_t attrs = (wch->attr & A_ATTRIBUTES);
H A Dlib_cchar.c49 const attr_t attrs,
98 attr_t *attrs,
/freebsd-10.0-release/contrib/ncurses/ncurses/trace/
H A Dlib_traceatr.c169 _traceattr(attr_t newmode)
175 NCURSES_EXPORT(attr_t)
176 _nc_retrace_attr_t(attr_t code)
183 _nc_altcharset_name(attr_t attr, chtype ch)
295 attr_t attr;
/freebsd-10.0-release/contrib/ncurses/ncurses/
H A Dllib-lncursesw191 attr_t attr,
387 attr_t *a1,
394 attr_t a1,
400 attr_t a1,
406 attr_t a1,
443 attr_t a2,
613 attr_t a4,
767 attr_t a5,
919 const attr_t a1,
925 attr_t a
[all...]
H A Dllib-lncurses154 attr_t attr,
350 attr_t *a1,
357 attr_t a1,
363 attr_t a1,
369 attr_t a1,
406 attr_t a2,
576 attr_t a4,
730 attr_t a5,
963 attr_t *a2,
971 attr_t a
[all...]

Completed in 88 milliseconds

12