Home | History | Annotate | Download | only in include

Lines Matching refs:wattr_get

743 extern NCURSES_EXPORT(int) wattr_get (WINDOW *, attr_t *, short *, void *);	/* generated */
1013 #define attr_get(ap,cp,o) wattr_get(stdscr,ap,cp,o)
1111 #define wattr_get(win,a,p,opts) ((void)((a) != 0 && (*(a) = (win)->_attrs)), \
1116 #define wattr_get(win,a,p,opts) ((void)((a) != 0 && (*(a) = (win)->_attrs)), \