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

1 2

  /frameworks/wilhelm/tests/sandbox/
getch.h 18 extern int getch(void);
getch.c 11 #include "getch.h"
44 int getch() function
63 (void)getch(); /* consume the character */
intbufq.c 32 #include "getch.h"
178 int ch = getch();
Android.mk 14 getch.c
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
scanner.c 182 in->base.getch = (int (*)(InputSrc *, yystypepp *))str_getch;
219 ch = cpp->currentInput->getch(cpp->currentInput, yylvalpp);
226 ch = cpp->currentInput->getch(cpp->currentInput, yylvalpp);
229 ch = cpp->currentInput->getch(cpp->currentInput, yylvalpp);
232 ch = cpp->currentInput->getch(cpp->currentInput, yylvalpp);
237 ch = cpp->currentInput->getch(cpp->currentInput, yylvalpp);
266 ch = cpp->currentInput->getch(cpp->currentInput, yylvalpp);
270 ch = cpp->currentInput->getch(cpp->currentInput, yylvalpp);
296 ch = cpp->currentInput->getch(cpp->currentInput, yylvalpp);
309 ch = cpp->currentInput->getch(cpp->currentInput, yylvalpp)
    [all...]
scanner.h 68 int (*getch)(struct InputSrc *, yystypepp *); member in struct:InputSrc
  /external/quake/quake/src/WinQuake/
vregset.cpp 35 getch ();
  /external/e2fsprogs/include/nonunix/
unistd.h 32 #define getch _getch macro
  /external/stlport/test/eh/
mwerks_console_OS_X.c 180 int getch(void) function
  /external/qemu/
curses.c 184 chr = getch();
212 nextchr = getch();
  /frameworks/wilhelm/tests/listening/
seekTorture.c 116 switch (getch()) {
  /external/icu4c/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 179 #ifdef getch
180 inline int UNDEF(getch)() { return getch(); } function
181 #undef getch macro
182 #define getch UNDEF(getch) macro
872 int getch() { return ::wgetch(w); } function in class:NCursesWindow
875 int getch(int y, int x) { return ::mvwgetch(w, y, x); } function in class:NCursesWindow
    [all...]
curses.h 568 extern NCURSES_EXPORT(int) getch (void); /* generated */
1028 #define getch macro
    [all...]
ncurses.h 568 extern NCURSES_EXPORT(int) getch (void); /* generated */
1028 #define getch macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 179 #ifdef getch
180 inline int UNDEF(getch)() { return getch(); } function
181 #undef getch macro
182 #define getch UNDEF(getch) macro
872 int getch() { return ::wgetch(w); } function in class:NCursesWindow
875 int getch(int y, int x) { return ::mvwgetch(w, y, x); } function in class:NCursesWindow
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 179 #ifdef getch
180 inline int UNDEF(getch)() { return getch(); } function
181 #undef getch macro
182 #define getch UNDEF(getch) macro
872 int getch() { return ::wgetch(w); } function in class:NCursesWindow
875 int getch(int y, int x) { return ::mvwgetch(w, y, x); } function in class:NCursesWindow
    [all...]
  /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/grub/grub/
asmstub.c 657 c = getch ();
688 c = getch ();
  /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/qemu-pc-bios/vgabios/tests/
testbios.c 254 c=getch();
  /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/e2fsprogs/e2fsck/
util.c 24 #define read_a_char() getch()

Completed in 370 milliseconds

1 2