Searched defs:getch (Results 1 - 5 of 5) sorted by path

/macosx-10.9.5/ICU-511.35/icuSources/test/perf/ustrperf/
H A Dstringperf.h427 inline void getch(const UChar* src,int32_t srcLen, UnicodeString s0) function
/macosx-10.9.5/apache-786.1/httpd/include/
H A Dhttp_config.h259 int (*getch) (void *param); /**< a getc()-like function */ member in struct:ap_configfile_t
/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dtool_getpass.c100 # define getch() getchar() macro
/macosx-10.9.5/ncurses-42/ncurses/c++/
H A Dcursesw.h223 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
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/term/
H A Dreceive.tcl

Completed in 238 milliseconds