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

  /external/curl/docs/examples/
rtsp.c 40 # include <conio.h> /* _getch() */
45 static int _getch(void) function
262 _getch();
  /external/libpng/contrib/gregbook/
rpng-win.c 92 * _getch in the main code
112 #define _getch repl_getch macro
114 #include <conio.h> /* only for _getch() */
332 ch = _getch();
377 ch = _getch();
rpng2-win.c 103 * _getch in the main code
123 #define _getch repl_getch macro
125 #include <conio.h> /* only for _getch() */
478 ch = _getch();
524 ch = _getch();
    [all...]

Completed in 181 milliseconds