Home | History | Annotate | Download | only in include

Lines Matching defs:getch

179 #ifdef getch
180 inline int UNDEF(getch)() { return getch(); }
181 #undef getch
182 #define getch UNDEF(getch)
872 int getch() { return ::wgetch(w); }
875 int getch(int y, int x) { return ::mvwgetch(w, y, x); }