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

12

/macosx-10.10.1/ncurses-44/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;
H A Dlib_overlay.c144 attr_t bk;
145 attr_t mask;
154 mask = ~(attr_t) ((bk & A_COLOR) ? A_COLOR : 0);
H A Dlib_addch.c54 #define COLOR_MASK(ch) (~(attr_t)((ch) & A_COLOR ? A_COLOR : 0))
60 attr_t a = WINDOW_ATTRS(win);
219 attr_t attrs = AttrOf(CHDEREF(ch));
/macosx-10.10.1/ncurses-44/ncurses/c++/
H A Dcursslk.h213 inline void attron(attr_t attrs) {
218 inline void attroff(attr_t attrs) {
223 inline void attrset(attr_t attrs) {
233 inline attr_t attr() const {
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dfilter.c51 new_command(char *buffer, int length, attr_t underline)
85 attr_t underline;
H A Dtest.priv.h332 #if !USE_WIDEC_SUPPORT && !defined(attr_t)
333 #define attr_t chtype macro
/macosx-10.10.1/ncurses-44/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,
/macosx-10.10.1/ncurses-44/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;
H A Dlib_tracedmp.c156 attr_t mask = (0xf << ((i + 4) * 4));
/macosx-10.10.1/ncurses-44/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...]
H A Dllib-lncursest154 attr_t attr,
353 attr_t *a1,
360 attr_t a1,
366 attr_t a1,
372 attr_t a1,
409 attr_t a2,
579 attr_t a4,
733 attr_t a5,
966 attr_t *a2,
974 attr_t a
[all...]
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tty/
H A Dtty_display.h122 attr_t chg = D->_current_attr; \
H A Dlib_vidattr.c95 attr_t turn_on, turn_off;
176 attr_t mask = NCURSES_BITS((value & 63)
/macosx-10.10.1/ncurses-44/ncurses/include/
H A Dcurses.h.in81 #define NCURSES_ATTR_T attr_t
324 typedef chtype attr_t; /* ...must be at least as wide as chtype */
350 attr_t attr;
376 attr_t _attrs; /* current attribute for non-space character */
528 extern NCURSES_EXPORT(int) attr_get (attr_t *, short *, void *); /* generated */
529 extern NCURSES_EXPORT(int) attr_off (attr_t, void *); /* generated */
530 extern NCURSES_EXPORT(int) attr_on (attr_t, void *); /* generated */
531 extern NCURSES_EXPORT(int) attr_set (attr_t, short, void *); /* generated */
540 extern NCURSES_EXPORT(int) chgat (int, attr_t, short, const void *); /* generated */
610 extern NCURSES_EXPORT(int) mvchgat (int, int, int, attr_t, shor
[all...]
H A Dcurses.head81 #define NCURSES_ATTR_T attr_t
324 typedef chtype attr_t; /* ...must be at least as wide as chtype */
350 attr_t attr;
376 attr_t _attrs; /* current attribute for non-space character */
528 extern NCURSES_EXPORT(int) attr_get (attr_t *, short *, void *); /* generated */
529 extern NCURSES_EXPORT(int) attr_off (attr_t, void *); /* generated */
530 extern NCURSES_EXPORT(int) attr_on (attr_t, void *); /* generated */
531 extern NCURSES_EXPORT(int) attr_set (attr_t, short, void *); /* generated */
540 extern NCURSES_EXPORT(int) chgat (int, attr_t, short, const void *); /* generated */
610 extern NCURSES_EXPORT(int) mvchgat (int, int, int, attr_t, shor
[all...]
H A Dcurses.wide86 extern NCURSES_EXPORT(int) getcchar (const cchar_t *, wchar_t*, attr_t*, short*, void*); /* implemented */
136 extern NCURSES_EXPORT(int) setcchar (cchar_t *, const wchar_t *, const attr_t, short, const void *); /* implemented */
138 extern NCURSES_EXPORT(attr_t) term_attrs (void); /* implemented */
140 extern NCURSES_EXPORT(int) vid_attr (attr_t, short, void *); /* implemented */
141 extern NCURSES_EXPORT(int) vid_puts (attr_t, short, void *, int (*)(int)); /* implemented */

Completed in 101 milliseconds

12