HomeSort by: relevance | last modified time | path
    Searched defs:oldfrc (Results 1 - 3 of 3) sorted by relevancy

  /src/games/backgammon/backgammon/
move.c 79 static int oldfrc; /* chance to free comp's men */ variable in typeref:typename:int
479 oldfrc = frc;
556 if (abs(frc - oldfrc) > rnum(2))
557 return (frc < oldfrc);
move.c 79 static int oldfrc; /* chance to free comp's men */ variable in typeref:typename:int
479 oldfrc = frc;
556 if (abs(frc - oldfrc) > rnum(2))
557 return (frc < oldfrc);
move.c 79 static int oldfrc; /* chance to free comp's men */ variable in typeref:typename:int
479 oldfrc = frc;
556 if (abs(frc - oldfrc) > rnum(2))
557 return (frc < oldfrc);

Completed in 31 milliseconds