Home
last modified time | relevance | path

Searched refs:maxmoves (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/games/backgammon/teachgammon/
H A Dtutor.h57 extern int maxmoves;
H A Ddata.c43 int maxmoves = 23; variable
H A Dtutor.c95 if (i == maxmoves) in tutor()