Home | History | Annotate | Download | only in include

Lines Matching refs:getattrs

810 extern NCURSES_EXPORT(int) getattrs (const WINDOW *);			/* generated */
947 #define getattrs(win) ((win) ? (win)->_attrs : A_NORMAL)