HomeSort by: relevance | last modified time | path
    Searched refs:_kbhit (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/libfido2/dist/openbsd-compat/
readpassphrase_win32.c 82 while (_kbhit()) (void)_getch();
95 if (_kbhit()) (void)_getch(); /* read linefeed if its there */
  /src/external/bsd/less/dist/
defines.ds 420 #define kbhit _kbhit
  /src/external/gpl3/gdb.old/dist/readline/readline/
input.c 269 /* Use getch/_kbhit to check for available console input, in the same way
271 chars_avail = isatty (tty) ? _kbhit () : 0;
365 return (_kbhit ());
  /src/external/gpl3/gdb/dist/readline/readline/
input.c 324 /* Use getch/_kbhit to check for available console input, in the same way
326 chars_avail = isatty (tty) ? _kbhit () : 0;
424 return (_kbhit ());
  /src/external/gpl3/gdb/dist/gdb/
ser-mingw.c 742 if (_kbhit ())
  /src/external/gpl3/gdb.old/dist/gdb/
ser-mingw.c 742 if (_kbhit ())
  /src/crypto/external/bsd/openssl/dist/apps/lib/
apps.c 62 # define _kbhit kbhit macro
3190 /* Probably redirected input? _kbhit() does not work in this case */
3197 return _kbhit();
  /src/crypto/external/bsd/openssl.old/dist/apps/
apps.c 55 # define _kbhit kbhit macro
2752 /* Probably redirected input? _kbhit() does not work in this case */
2759 return _kbhit();
  /src/crypto/external/apache2/openssl/dist/apps/lib/
apps.c 65 #define _kbhit kbhit macro
3269 /* Probably redirected input? _kbhit() does not work in this case */
3276 return _kbhit();

Completed in 33 milliseconds