Home | History | Annotate | Download | only in include

Lines Matching refs:touchline

657 #ifdef touchline
658 inline int UNDEF(touchline)(WINDOW *win, int s, int c)
659 { return touchline(win, s, c); }
660 #undef touchline
661 #define touchline UNDEF(touchline)
1229 int touchline(int s, int c) { return ::touchline(w, s, c); }