OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ourtime
(Results
1 - 12
of
12
) sorted by relevancy
/src/games/battlestar/
command1.c
55
ourtime
++;
104
if (
ourtime
> 30 && position < 32) {
112
if (
ourtime
> 20 && position < 32)
114
if (
ourtime
> snooze) {
118
if (
ourtime
> snooze - 5)
120
if (
ourtime
> (rythmn + CYCLE)) {
123
if (OUTSIDE &&
ourtime
- rythmn - CYCLE < 10) {
133
if (OUTSIDE &&
ourtime
- rythmn - CYCLE < 10) {
143
rythmn =
ourtime
-
ourtime
% CYCLE
[
all
...]
command5.c
150
ourtime
+= 10;
167
ourtime
+= 10;
193
oldtime =
ourtime
;
194
if ((snooze -
ourtime
) < zzztime) {
195
ourtime
+= zzztime - (snooze -
ourtime
);
197
for (n = 0; n <
ourtime
- oldtime; n++)
200
snooze += 3 * (
ourtime
- oldtime);
202
fuel -= (
ourtime
- oldtime);
249
if ((
ourtime
/ CYCLE + 1) % 2 && OUTSIDE
[
all
...]
command6.c
54
ourtime
++;
77
ourtime
++;
192
ourtime
+= 15;
233
ourtime
++;
command2.c
90
ourtime
++;
150
ourtime
++;
162
ourtime
++;
299
ourtime
++;
356
if (followfight ==
ourtime
) {
369
if (followgod ==
ourtime
) {
command7.c
55
ourtime
++;
57
if (snooze >
ourtime
)
58
exhaustion = CYCLE / (snooze -
ourtime
);
63
if (snooze -
ourtime
< 20)
220
followfight =
ourtime
;
266
ourtime
--;
command4.c
67
ourtime
++;
192
followgod =
ourtime
;
358
ourtime
++;
441
ourtime
> ate - CYCLE &&
446
ate = max(
ourtime
, ate) + CYCLE / 3;
448
ourtime
++;
command3.c
48
ourtime
++;
204
ourtime
++;
226
ourtime
++;
243
ourtime
++;
globals.c
267
int
ourtime
;
variable in typeref:typename:int
init.c
62
ourtime
= 0;
save.c
70
fread(&
ourtime
, sizeof
ourtime
, 1, fp);
124
fwrite(&
ourtime
, sizeof
ourtime
, 1, fp);
cypher.c
418
printf("Time (was %d) = ",
ourtime
);
421
sscanf(buffer, "%d", &
ourtime
);
459
printf("%s in %d turns.\n", rate(),
ourtime
);
extern.h
285
extern int
ourtime
;
Completed in 17 milliseconds
Indexes created Sun Oct 19 21:10:07 GMT 2025