Searched refs:_getch (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/vim-55/src/
H A Dvimrun.c31 # define _getch getch macro
44 # define _getch getchar macro
113 (void)_getch();
115 (void)_getch();
/macosx-10.10/apr-32/apr/apr/passwd/
H A Dapr_getpass.c161 while ((ch = _getch()) != '\r') {
168 ch = (ch << 4) | _getch();
183 /* _getch() bypasses Ctrl+C but not Ctrl+Break detection! */
211 #endif /* no getchar or _getch */
/macosx-10.10/apr-32/apr/apr/include/arch/netware/
H A Dapr_private.h138 #define _getch getcharacter macro
/macosx-10.10/curl-83.1.2/curl/docs/examples/
H A Drtsp.c36 # include <conio.h> /* _getch() */
41 static int _getch(void) function
248 _getch();
/macosx-10.10/ntp-92/include/
H A Dntp_machine.h299 #define _getch getchar macro
416 # define _getch getchar macro
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Dui.c79 c = ((echo)? _getche(): _getch());
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-ui.c104 c = ((echo) ? _getche() : _getch());
/macosx-10.10/less-25/less/
H A Ddefines.ds401 #define getch _getch
/macosx-10.10/ntp-92/libntp/
H A Dmachines.c22 int _getch(void); /* Declare the one function rather than include conio.h */
540 for (i=0; i<sizeof(password)-1 && ((c=_getch())!='\n' && c!='\r'); i++) {
/macosx-10.10/OpenSSL098-52/src/crypto/ui/
H A Dui_openssl.c684 i=_getch();
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dsaslutil.c801 for (p=pbuf; (c = _getch())!=13 && c!=EOF;) {

Completed in 221 milliseconds