Home | History | Annotate | Download | only in include

Lines Matching defs:getch

222 #ifdef getch
223 inline int UNDEF(getch)() { return getch(); }
224 #undef getch
225 #define getch UNDEF(getch)
947 int getch() { return ::wgetch(w); }
950 int getch(int y, int x) { return ::mvwgetch(w, y, x); }