/src/games/backgammon/common_source/ |
one.c | 43 static int checkd(struct move *, int); 56 return (checkd(mm, d) + 2); 58 return (checkd(mm, d) + 3); 61 return (checkd(mm, d) + 1); 64 return (checkd(mm, d) + 1); 67 return (checkd(mm, d) + 1); 72 return (checkd(mm, d) + 4); 122 checkd(struct move *mm, int d) function in typeref:typename:int
|
one.c | 43 static int checkd(struct move *, int); 56 return (checkd(mm, d) + 2); 58 return (checkd(mm, d) + 3); 61 return (checkd(mm, d) + 1); 64 return (checkd(mm, d) + 1); 67 return (checkd(mm, d) + 1); 72 return (checkd(mm, d) + 4); 122 checkd(struct move *mm, int d) function in typeref:typename:int
|