Searched refs:_kbhit (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/crypto/openssl/apps/
H A Ds_apps.h122 # define _kbhit kbhit macro
H A Ds_client.c1794 if (!i && (!_kbhit() || !read_tty))
1797 if (!i && (!((_kbhit())
2006 else if (_kbhit())
2008 else if ((_kbhit())
2013 else if (_kbhit())
H A Ds_server.c2339 if ((i < 0) || (!i && !_kbhit()))
2341 if (_kbhit())
/freebsd-11.0-release/contrib/libreadline/
H A Dinput.c228 /* Use getch/_kbhit to check for available console input, in the same way
230 chars_avail = isatty (tty) ? _kbhit () : 0;
322 return (_kbhit ());
/freebsd-11.0-release/crypto/openssl/
H A De_os.h359 # define _kbhit kbhit macro
453 # define _kbhit kbhit macro

Completed in 127 milliseconds