Searched defs:attron (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/ncurses-44/ncurses/c++/
H A Dcursslk.h213 inline void attron(attr_t attrs) { function in class:Soft_Label_Key_Set
H A Dcursesw.h84 inline int UNDEF(attron)(chtype at) { return attron(at); } function
85 #undef attron macro
86 #define attron UNDEF(attron) macro
1098 int attron (chtype at) { return ::wattron (w, at); } function in class:NCursesWindow

Completed in 116 milliseconds