Home
last modified time | relevance | path

Searched refs:next_time_check (Results 1 – 5 of 5) sorted by relevance

/dports/games/crafty/crafty-25.2_1/
H A Dquiesce.c63 next_time_check--; in Quiesce()
307 next_time_check--; in QuiesceEvasions()
H A Diterate.c99 next_time_check = nodes_between_time_checks; in Iterate()
320 next_time_check = nodes_between_time_checks; in Iterate()
H A Dsearch.c47 if (--next_time_check <= 0) { in Search()
48 next_time_check = nodes_between_time_checks; in Search()
H A Ddata.h197 extern int next_time_check;
H A Ddata.c622 int next_time_check = 100000; variable