OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lastchk
(Results
1 - 2
of
2
) sorted by null
/external/quake/quake/src/QW/client/
cd_linux.c
331
static time_t
lastchk
;
local
352
if (playing &&
lastchk
< time(NULL)) {
353
lastchk
= time(NULL) + 2; //two seconds between chks
/external/quake/quake/src/WinQuake/
cd_linux.cpp
331
static time_t
lastchk
;
local
352
if (playing &&
lastchk
< time(NULL)) {
353
lastchk
= time(NULL) + 2; //two seconds between chks
Completed in 71 milliseconds