Searched refs:getch (Results 1 - 14 of 14) sorted by relevance

/external/e2fsprogs/include/nonunix/
H A Dunistd.h32 #define getch _getch macro
/external/curl/src/
H A Dtool_getpass.c100 # define getch() getchar() macro
111 buffer[i] = (char)getch();
149 buffer[i++] = getch();
/external/autotest/client/site_tests/firmware_TouchMTB/
H A Dcommon_util.py44 def getch(): function
/external/jline/src/src/main/native/
H A Djline_WindowsTerminal.c38 return getch ();
/external/icu/icu4c/source/test/perf/ustrperf/
H A Dstringperf.cpp230 return new StringPerfFunction(getch, filelines_, numLines, uselen);
232 return new StringPerfFunction(getch, StrBuffer, StrBufferLen, uselen);
H A Dstringperf.h432 inline void getch(const UChar* src,int32_t srcLen, UnicodeString s0) function
/external/gptfdisk/
H A Dgptcurses.cc645 inputKey = getch();
793 getch();
804 getch();
/external/libpng/contrib/gregbook/
H A Dwpng.c112 # ifndef getch
113 # define getch() _read_kbd(0, 1, 0) /* need getche() */ macro
118 # define getch() getkey() /* GRR: need getche() */ macro
/external/e2fsprogs/ext2ed/
H A Dmain.c543 refresh_command_win ();getch ();werase (command_win);
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/
H A Dminiterm.py108 z = msvcrt.getch()
110 msvcrt.getch()
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dp2p-nfc.py377 def getch(): function
496 res = getch()
/external/syslinux/gpxe/src/include/
H A Dcurses.h250 //extern int getch ( void );
559 static inline int getch ( void ) { function
/external/syslinux/com32/cmenu/libmenu/
H A Dmenu.c43 static int getch(void) function
388 asc = getch();
/external/e2fsprogs/e2fsck/
H A Dutil.c25 #define read_a_char() getch()

Completed in 1122 milliseconds