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

/external/autotest/client/site_tests/firmware_TouchMTB/
H A Dcommon_util.py44 def getch(): function
/external/curl/src/
H A Dtool_getpass.c100 # define getch() getchar() macro
111 buffer[i] = (char)getch();
149 buffer[i++] = getch();
/external/e2fsprogs/include/nonunix/
H A Dunistd.h32 #define getch _getch macro
/external/libpng/contrib/gregbook/
H A Dwpng.c113 # ifndef getch
114 # define getch() _read_kbd(0, 1, 0) /* need getche() */ macro
119 # define getch() getkey() /* GRR: need getche() */ macro
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dp2p-nfc.py377 def getch(): function
496 res = getch()
/external/devlib/devlib/utils/
H A Dmisc.py417 def getch(count=1): function
421 return ''.join([msvcrt.getch() for _ in xrange(count)])
/external/icu/icu4c/source/test/perf/ustrperf/
H A Dstringperf.h432 inline void getch(const UChar* src,int32_t srcLen, UnicodeString s0) function
/external/syslinux/com32/cmenu/libmenu/
H A Dmenu.c43 static int getch(void) function
388 asc = getch();
/external/syslinux/gpxe/src/include/
H A Dcurses.h250 //extern int getch ( void );
559 static inline int getch ( void ) { function

Completed in 1046 milliseconds