Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Dtime.c32 tc_moves_remaining[side] += tc_secondary_moves; in TimeAdjust()
297 (tc_secondary_time - tc_safety_margin) / tc_secondary_moves; in TimeSet()
H A Doption.c1078 tc_secondary_moves, tc_secondary_time / 6000, in Option()
1198 tc_secondary_moves = tc_moves; in Option()
1207 tc_secondary_moves, tc_secondary_time / 100); in Option()
3656 tc_secondary_moves = 60; in Option()
3676 tc_secondary_moves = tc_moves; in Option()
3680 tc_secondary_moves = 1000; in Option()
3682 tc_secondary_moves = atoi(args[3]); in Option()
3695 tc_secondary_moves, tc_secondary_time / 100); in Option()
H A Ddata.h210 extern int tc_secondary_moves;
H A Ddata.c651 int tc_secondary_moves = 30; variable