Home | History | Annotate | Download | only in include

Lines Matching refs:wattroff

773 extern NCURSES_EXPORT(int) wattroff (WINDOW *, int);			/* generated */
1115 #define wattroff(win,at) wattr_off(win, NCURSES_CAST(attr_t, at), NULL)
1169 #define attroff(at) wattroff(stdscr,at)