Home | History | Annotate | Download | only in include

Lines Matching refs:wattr_set

746 extern NCURSES_EXPORT(int) wattr_set (WINDOW *, attr_t, short, void *);	/* generated */
1016 #define attr_set(a,c,o) wattr_set(stdscr,a,c,o)
1108 #define wattr_set(win,a,p,opts) ((win)->_attrs = ((a) & ~A_COLOR), \
1115 #define wattr_set(win,a,p,opts) ((win)->_attrs = (((a) & ~A_COLOR) | COLOR_PAIR(p)), OK)