Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Dtime.c293 if (move_number <= tc_moves) in TimeSet()
294 simple_average = (tc_time - tc_safety_margin) / tc_moves; in TimeSet()
359 time_limit > 3 * tc_time / tc_moves) in TimeSet()
360 time_limit = 3 * tc_time / tc_moves; in TimeSet()
H A Doption.c1182 tc_moves = atoi(args[1]); in Option()
1190 if (!tc_moves) { in Option()
1192 tc_moves = 1000; in Option()
1197 if (tc_moves) { in Option()
1198 tc_secondary_moves = tc_moves; in Option()
2612 tc_moves_remaining[white] = tc_moves; in Option()
2613 tc_moves_remaining[black] = tc_moves; in Option()
3650 tc_moves = 60; in Option()
3666 tc_moves = 1000; in Option()
3669 tc_moves = atoi(args[1]); in Option()
[all …]
H A Ddata.h206 extern int tc_moves;
H A Ddata.c647 int tc_moves = 60; variable