Lines Matching defs:attr_t
51 * attr_t must be the same size as wchar_t (see <wchar.h>) to avoid padding
55 typedef wchar_t attr_t;
70 attr_t attributes; /* character attributes */
543 int attr_get(attr_t *, short *, void *);
544 int attr_off(attr_t, void *);
545 int attr_on(attr_t, void *);
546 int attr_set(attr_t, short, void *);
726 attr_t no_color_attributes(void);
764 attr_t term_attrs(void);
782 int wattr_get(WINDOW *, attr_t *, short *, void *);
783 int wattr_off(WINDOW *, attr_t, void *);
784 int wattr_on(WINDOW *, attr_t, void *);
785 int wattr_set(WINDOW *, attr_t, short, void *);
843 int chgat(int, attr_t, short, const void *);
844 int wchgat(WINDOW *, int, attr_t, short, const void *);
845 int mvchgat(int, int, int, attr_t, short, const void *);
846 int mvwchgat(WINDOW *, int, int, int, attr_t, short, const void *);
850 int slk_attr_off(const attr_t, void *);
852 int slk_attr_on(const attr_t, void *);
854 int slk_attr_set(const attr_t, short, void *);
951 int setcchar(cchar_t *, const wchar_t *, const attr_t, short, const void *);
952 int getcchar(const cchar_t *, wchar_t *, attr_t *, short *, void *);
1058 int __waddbytes(WINDOW *, const char *, int, attr_t);