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

  /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)

Completed in 65 milliseconds