Searched defs:getch (Results 1 – 3 of 3) sorted by relevance
223 inline int UNDEF(getch)() { return getch(); } in UNDEF() argument225 #define getch UNDEF(getch) macro947 int getch() { return ::wgetch(w); } in getch() function950 int getch(int y, int x) { return ::mvwgetch(w, y, x); } in getch() function
1187 #define getch() wgetch(stdscr) macro