Searched refs:getch (Results 1 – 12 of 12) sorted by relevance
/external/curl/src/ |
D | tool_getpass.c | 100 # define getch() getchar() macro 111 buffer[i] = (char)getch(); in getpass_r() 149 buffer[i++] = getch(); in getpass_r()
|
/external/e2fsprogs/include/nonunix/ |
D | unistd.h | 32 #define getch _getch macro
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | common_util.py | 44 def getch(): function
|
/external/icu/icu4c/source/test/perf/ustrperf/ |
D | stringperf.cpp | 225 return new StringPerfFunction(getch, filelines_, numLines, uselen); in TestGetch() 227 return new StringPerfFunction(getch, StrBuffer, StrBufferLen, uselen); in TestGetch()
|
D | stringperf.h | 427 inline void getch(const UChar* src,int32_t srcLen, UnicodeString s0) in getch() function
|
/external/libpng/contrib/gregbook/ |
D | wpng.c | 112 # ifndef getch 113 # define getch() _read_kbd(0, 1, 0) /* need getche() */ macro 118 # define getch() getkey() /* GRR: need getche() */ macro
|
/external/gptfdisk/ |
D | gptcurses.cc | 645 inputKey = getch(); in AcceptInput() 793 getch(); in PromptToContinue() 804 getch(); in Report()
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
D | p2p-nfc.py | 377 def getch(): function 496 res = getch()
|
/external/e2fsprogs/ext2ed/ |
D | main.c | 542 refresh_command_win ();getch ();werase (command_win); in internal_error()
|
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/ |
D | miniterm.py | 108 z = msvcrt.getch() 110 msvcrt.getch()
|
/external/e2fsprogs/e2fsck/ |
D | util.c | 24 #define read_a_char() getch()
|
/external/curl/ |
D | CMakeLists.txt | 294 check_library_exists_concat("ws2_32" getch HAVE_LIBWS2_32) 295 check_library_exists_concat("winmm" getch HAVE_LIBWINMM)
|