Searched defs:getch (Results 1 - 9 of 9) sorted by relevance

/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
H A Dcursesw.h179 #ifdef getch
180 inline int UNDEF(getch)() { return getch(); } function
181 #undef getch macro
182 #define getch UNDEF(getch) macro
872 int getch() { return ::wgetch(w); } function in class:NCursesWindow
875 int getch(int y, int x) { return ::mvwgetch(w, y, x); } function in class:NCursesWindow
H A Dcurses.h568 extern NCURSES_EXPORT(int) getch (void); /* generated */
1028 #define getch() wgetch(stdscr) macro
H A Dncurses.h568 extern NCURSES_EXPORT(int) getch (void); /* generated */
1028 #define getch() wgetch(stdscr) macro
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dcursesw.h179 #ifdef getch
180 inline int UNDEF(getch)() { return getch(); } function
181 #undef getch macro
182 #define getch UNDEF(getch) macro
872 int getch() { return ::wgetch(w); } function in class:NCursesWindow
875 int getch(int y, int x) { return ::mvwgetch(w, y, x); } function in class:NCursesWindow
H A Dcurses.h568 extern NCURSES_EXPORT(int) getch (void); /* generated */
1028 #define getch() wgetch(stdscr) macro
H A Dncurses.h568 extern NCURSES_EXPORT(int) getch (void); /* generated */
1028 #define getch() wgetch(stdscr) macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dcursesw.h179 #ifdef getch
180 inline int UNDEF(getch)() { return getch(); } function
181 #undef getch macro
182 #define getch UNDEF(getch) macro
872 int getch() { return ::wgetch(w); } function in class:NCursesWindow
875 int getch(int y, int x) { return ::mvwgetch(w, y, x); } function in class:NCursesWindow
H A Dcurses.h568 extern NCURSES_EXPORT(int) getch (void); /* generated */
1028 #define getch() wgetch(stdscr) macro
H A Dncurses.h568 extern NCURSES_EXPORT(int) getch (void); /* generated */
1028 #define getch() wgetch(stdscr) macro

Completed in 132 milliseconds