Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Dresign.c57 if (++resign_counter >= resign_count) in ResignOrDraw()
60 if (++resign_counter >= resign_count) in ResignOrDraw()
H A Ddata.h113 extern int resign_count;
H A Doption.c371 resign_count = 4; in Option()
1788 resign_count = 4; in Option()
1799 resign_count = 5; in Option()
2672 resign_count = atoi(args[2]); in Option()
2675 resign_count, -resign); in Option()
H A Ddata.c525 int resign_count = 5; variable