Home | History | Annotate | Download | only in include

Lines Matching full:wattron

753 extern NCURSES_EXPORT(int) wattron (WINDOW *, int);			/* generated */
1091 #define wattron(win,at) wattr_on(win, NCURSES_CAST(attr_t, at), NULL)
1141 #define attron(at) wattron(stdscr,at)