Home | History | Annotate | Download | only in include

Lines Matching refs:attron

75 #ifdef attron
76 inline int UNDEF(attron)(chtype at) { return attron(at); }
77 #undef attron
78 #define attron UNDEF(attron)
990 int attron (chtype at) { return ::wattron (w, at); }