Home
last modified time | relevance | path

Searched defs:getch (Results 1 – 3 of 3) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Dcursesw.h223 inline int UNDEF(getch)() { return getch(); } in UNDEF() argument
225 #define getch UNDEF(getch) macro
947 int getch() { return ::wgetch(w); } in getch() function
950 int getch(int y, int x) { return ::mvwgetch(w, y, x); } in getch() function
Dncurses.h1187 #define getch() wgetch(stdscr) macro
Dcurses.h1187 #define getch() wgetch(stdscr) macro