Home
last modified time | relevance | path

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

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