Home | History | Annotate | Download | only in include

Lines Matching refs:touchwin

403 #ifdef touchwin
404 inline int UNDEF(touchwin)(WINDOW *win) { return touchwin(win); }
405 #undef touchwin
406 #define touchwin UNDEF(touchwin)
1119 int touchwin() { return ::wtouchln(w, 0, height(), 1); }