Home | History | Annotate | Download | only in include

Lines Matching refs:attrset

87 #ifdef attrset
88 inline chtype UNDEF(attrset)(chtype at) { return attrset(at); }
89 #undef attrset
90 #define attrset UNDEF(attrset)
996 int attrset(chtype at) { return ::wattrset(w, static_cast<int>(at)); }