OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:snooze
(Results
1 - 8
of
8
) sorted by relevancy
/src/games/battlestar/
command7.c
56
snooze
-= 5;
57
if (
snooze
> ourtime)
58
exhaustion = CYCLE / (
snooze
- ourtime);
63
if (
snooze
- ourtime < 20)
globals.c
275
int
snooze
;
variable in typeref:typename:int
init.c
63
snooze
= CYCLE * 1.5;
save.c
78
fread(&
snooze
, sizeof
snooze
, 1, fp);
132
fwrite(&
snooze
, sizeof
snooze
, 1, fp);
command5.c
194
if ((
snooze
- ourtime) < zzztime) {
195
ourtime += zzztime - (
snooze
- ourtime);
200
snooze
+= 3 * (ourtime - oldtime);
command1.c
114
if (ourtime >
snooze
) {
118
if (ourtime >
snooze
- 5)
extern.h
294
extern int
snooze
;
command4.c
447
snooze
+= CYCLE / 10;
Completed in 45 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025