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

12

/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A Dlib_slkattr.c44 NCURSES_EXPORT(attr_t)
50 attr_t result = AttrOf(SP_PARM->_slk->attr) & ALL_BUT_COLOR;
53 result |= (attr_t) ColorPair(pair);
60 NCURSES_EXPORT(attr_t)
H A Dlib_slkatr_set.c46 const attr_t attr,
76 slk_attr_set(const attr_t attr, NCURSES_COLOR_T pair_arg, void *opts)
H A Dlib_wattroff.c49 wattr_off(WINDOW *win, attr_t at, void *opts GCC_UNUSED)
H A Dlib_wattron.c49 wattr_on(WINDOW *win, attr_t at, void *opts GCC_UNUSED)
H A Dlib_bkgd.c55 attr_t off = AttrOf(win->_nc_bkgd);
56 attr_t on = AttrOf(CHDEREF(ch));
134 attr_t old_attr;
137 attr_t new_attr;
196 attr_t tmp_attr = AttrOf(*cp);
H A Dlib_chgat.c51 attr_t attr,
/freebsd-13-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_vid_attr.c74 mode |= (attr_t) ColorPair(pair)
78 attr_t newmode,
85 static attr_t previous_attr = A_NORMAL;
88 attr_t turn_on, turn_off;
139 attr_t mask = NCURSES_BITS((value & 63)
292 vid_puts(attr_t newmode,
309 attr_t newmode,
323 vid_attr(attr_t newmode, NCURSES_PAIRS_T pair_arg, void *opts)
333 NCURSES_EXPORT(attr_t)
336 attr_t attr
[all...]
H A Dlib_cchar.c50 const attr_t attrs,
102 attr_t *attrs,
/freebsd-13-stable/usr.sbin/bluetooth/sdpd/
H A Dbgd.c80 static attr_t bgd_profile_attrs[] = {
102 (attr_t const * const) &bgd_profile_attrs
H A Dftrn.c98 static attr_t ftrn_profile_attrs[] = {
118 (attr_t const * const) &ftrn_profile_attrs
H A Dirmc_command.c98 static attr_t irmc_command_profile_attrs[] = {
118 (attr_t const * const) &irmc_command_profile_attrs
H A Dprofile.h58 typedef struct attr attr_t; typedef in typeref:struct:attr
71 attr_t const * const attrs; /* supported attributes */
H A Dsp.c98 static attr_t sp_profile_attrs[] = {
118 (attr_t const * const) &sp_profile_attrs
H A Ddun.c115 static attr_t dun_profile_attrs[] = {
137 (attr_t const * const) &dun_profile_attrs
H A Dirmc.c112 static attr_t irmc_profile_attrs[] = {
134 (attr_t const * const) &irmc_profile_attrs
H A Dopush.c112 static attr_t opush_profile_attrs[] = {
134 (attr_t const * const) &opush_profile_attrs
H A Daudio_sink.c161 static const attr_t audio_sink_profile_attrs[] = {
187 (attr_t const *const)&audio_sink_profile_attrs
H A Daudio_source.c161 static const attr_t audio_source_profile_attrs[] = {
187 (attr_t const *const)&audio_source_profile_attrs
H A Dgn.c147 static attr_t gn_profile_attrs[] = {
173 (attr_t const * const) &gn_profile_attrs
H A Dlan.c149 static attr_t lan_profile_attrs[] = {
173 (attr_t const * const) &lan_profile_attrs
H A Dpanu.c147 static attr_t panu_profile_attrs[] = {
173 (attr_t const * const) &panu_profile_attrs
H A Dnap.c180 static attr_t nap_profile_attrs[] = {
210 (attr_t const * const) &nap_profile_attrs
H A Dsd.c197 static attr_t sd_profile_attrs[] = {
229 (attr_t const * const) &sd_profile_attrs
/freebsd-13-stable/contrib/ncurses/ncurses/trace/
H A Dlib_traceatr.c182 _traceattr(attr_t newmode)
189 _nc_retrace_int_attr_t(attr_t code)
195 /* Trace 'attr_t' return-values */
196 NCURSES_EXPORT(attr_t)
197 _nc_retrace_attr_t(attr_t code)
204 _nc_altcharset_name(attr_t attr, chtype ch)
289 attr_t attr = ChAttrOf(ch);
335 attr_t attr = AttrOfD(ch);
H A Dlib_tracedmp.c159 attr_t mask = (attr_t) (0xf << ((i + 4) * 4));

Completed in 276 milliseconds

12