Home
last modified time | relevance | path

Searched refs:tc_sudden_death (Results 1 – 4 of 4) sorted by relevance

/dports/games/crafty/crafty-25.2_1/
H A Dtime.c30 if (tc_sudden_death == 2) in TimeAdjust()
31 tc_sudden_death = 1; in TimeAdjust()
271 if (tc_sudden_death == 1) { in TimeSet()
358 if (!tc_sudden_death && !search_time_limit && in TimeSet()
363 if (!tc_sudden_death) in TimeSet()
H A Doption.c351 if (tc_sudden_death != 1) in Option()
356 if (tc_sudden_death == 1) in Option()
1074 if (!tc_sudden_death) { in Option()
1191 tc_sudden_death = 1; in Option()
1196 tc_sudden_death = 0; in Option()
1203 if (!tc_sudden_death) { in Option()
3258 if (tc_sudden_death != 1) { in Option()
3659 tc_sudden_death = 0; in Option()
3665 tc_sudden_death = 1; in Option()
3679 tc_sudden_death = 2; in Option()
[all …]
H A Ddata.h213 extern int tc_sudden_death;
H A Ddata.c654 int tc_sudden_death = 0; variable