Home | History | Annotate | Download | only in include

Lines Matching refs:flushok

195 #ifdef flushok
196 inline int UNDEF(flushok)(WINDOW* _win, bool _bf) {
197 return flushok(_win, _bf); }
198 #undef flushok
199 #define flushok UNDEF(flushok)
1277 int flushok(bool bf) { return ::flushok(w, bf); }