Home | History | Annotate | Download | only in include

Lines Matching refs:clearok

132 #ifdef clearok
133 inline int UNDEF(clearok)(WINDOW* win, bool bf) { return clearok(win, bf); }
134 #undef clearok
135 #define clearok UNDEF(clearok)
137 extern "C" NCURSES_IMPEXP int NCURSES_API clearok(WINDOW*, bool);
1074 int clearok(bool bf) { return ::clearok(w, bf); }