HomeSort by relevance Sort by last modified time
    Searched refs:getch (Results 1 - 12 of 12) sorted by null

  /external/e2fsprogs/include/nonunix/
unistd.h 32 #define getch _getch macro
  /external/chromium_org/tools/
sort-headers.py 24 ch = msvcrt.getch()
  /external/chromium_org/third_party/icu/source/test/perf/ustrperf/
stringperf.cpp 225 return new StringPerfFunction(getch, filelines_, numLines, uselen);
227 return new StringPerfFunction(getch, StrBuffer, StrBufferLen, uselen);
stringperf.h 427 inline void getch(const UChar* src,int32_t srcLen, UnicodeString s0) function
  /external/icu/icu4c/source/test/perf/ustrperf/
stringperf.cpp 225 return new StringPerfFunction(getch, filelines_, numLines, uselen);
227 return new StringPerfFunction(getch, StrBuffer, StrBufferLen, uselen);
stringperf.h 427 inline void getch(const UChar* src,int32_t srcLen, UnicodeString s0) function
  /external/libpng/contrib/gregbook/
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/e2fsprogs/ext2ed/
main.c 542 refresh_command_win ();getch ();werase (command_win);
  /external/openssl/crypto/des/
read_pwd.c 496 i=getch();
508 * last character read using getch() is passed to the next read: this is
  /external/openssl/crypto/ui/
ui_openssl.c 694 i=getch();
706 * last character read using getch() is passed to the next read: this is
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
miniterm.py 108 z = msvcrt.getch()
110 msvcrt.getch()
  /external/e2fsprogs/e2fsck/
util.c 24 #define read_a_char() getch()

Completed in 435 milliseconds