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

/external/chromium_org/cloud_print/gcp20/prototype/
H A Dconio_posix.h13 int _kbhit();
H A Dconio_posix.cc26 int _kbhit() { function
H A Dprinter.cc726 if (_kbhit()) {
/external/openssl/apps/
H A Ds_apps.h121 #define _kbhit kbhit macro
H A Ds_client.c1660 if(!i && (!_kbhit() || !read_tty) ) continue;
1662 if(!i && (!((_kbhit()) || (WAIT_OBJECT_0 == WaitForSingleObject(GetStdHandle(STD_INPUT_HANDLE), 0))) || !read_tty) ) continue;
1868 else if (_kbhit())
1870 else if ((_kbhit()) || (WAIT_OBJECT_0 == WaitForSingleObject(GetStdHandle(STD_INPUT_HANDLE), 0)))
1873 else if (_kbhit())
H A Ds_server.c2133 if((i < 0) || (!i && !_kbhit() ) )continue;
2134 if(_kbhit())
/external/chromium_org/sandbox/win/tools/launcher/
H A Dlauncher.cc149 while(!_kbhit()) {
/external/openssl/
H A De_os.h347 # define _kbhit kbhit macro
445 # define _kbhit kbhit macro

Completed in 323 milliseconds