/src/games/backgammon/common_source/ |
table.c | 82 static int dotable(struct move *, int, int); 159 n = dotable(mm, c, ist); 203 dotable(struct move *mm, int c, int i) function in typeref:typename:int 306 if ((n = dotable(mm, cin[j], n)) < 0)
|
table.c | 82 static int dotable(struct move *, int, int); 159 n = dotable(mm, c, ist); 203 dotable(struct move *mm, int c, int i) function in typeref:typename:int 306 if ((n = dotable(mm, cin[j], n)) < 0)
|