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

  /external/autotest/client/site_tests/firmware_TouchMTB/
common_util.py 44 def getch(): function
  /frameworks/wilhelm/tests/sandbox/
getch.c 11 #include "getch.h"
44 int getch() function
63 (void)getch(); /* consume the character */
  /system/media/audio_utils/tests/
getch.c 11 #include "getch.h"
44 int getch() function
63 (void)getch(); /* consume the character */
  /external/curl/src/
tool_getpass.c 100 # define getch() getchar() macro
111 buffer[i] = (char)getch();
149 buffer[i++] = getch();
  /external/e2fsprogs/include/nonunix/
unistd.h 32 #define getch _getch macro
  /external/libpng/contrib/gregbook/
wpng.c 113 # 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/
p2p-nfc.py 377 def getch(): function
496 res = getch()
  /external/devlib/devlib/utils/
misc.py 417 def getch(count=1): function
421 return ''.join([msvcrt.getch() for _ in xrange(count)])
  /external/icu/icu4c/source/test/perf/ustrperf/
stringperf.h 432 inline void getch(const UChar* src,int32_t srcLen, UnicodeString s0) function
  /external/syslinux/com32/cmenu/libmenu/
menu.c 43 static int getch(void) function
388 asc = getch();
    [all...]
  /external/syslinux/gpxe/src/include/
curses.h 250 //extern int getch ( void );
559 static inline int getch ( void ) { function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 222 #ifdef getch
223 inline int UNDEF(getch)() { return getch(); } function
224 #undef getch macro
225 #define getch UNDEF(getch) macro
947 int getch() { return ::wgetch(w); } function in class:NCursesWindow
950 int getch(int y, int x) { return ::mvwgetch(w, y, x); } function in class:NCursesWindow
    [all...]
curses.h 600 extern NCURSES_EXPORT(int) getch (void); /* generated */
1187 #define getch macro
    [all...]
ncurses.h 600 extern NCURSES_EXPORT(int) getch (void); /* generated */
1187 #define getch macro
    [all...]

Completed in 650 milliseconds