Home | History | Annotate | Download | only in include

Lines Matching refs:attroff

81 #ifdef attroff
82 inline int UNDEF(attroff)(chtype at) { return attroff(at); }
83 #undef attroff
84 #define attroff UNDEF(attroff)
993 int attroff(chtype at) { return ::wattroff(w, static_cast<int>(at)); }