HomeSort by: relevance | last modified time | path
    Searched refs:getmove (Results 1 - 9 of 9) sorted by relevancy

  /src/games/dab/
main.cc 182 b.getmove();
186 b.getmove();
board.h 69 int getmove(void) const; // Return move
human.cc 61 switch (mv = b.getmove()) {
board.cc 193 int BOARD::getmove(void) const function in class:BOARD
  /src/games/backgammon/teachgammon/
tutor.c 85 getmove(mm);
125 getmove(mm);
  /src/games/backgammon/common_source/
check.c 44 getmove(struct move *mm) function in typeref:typename:void
back.h 157 void getmove(struct move *);
  /src/games/backgammon/backgammon/
main.c 299 getmove(mm); /* get player's move */
404 getmove(mm);
449 getmove(mm);
  /src/games/mille/
move.c 61 static void getmove(void);
80 getmove();
359 getmove(void) function in typeref:typename:void

Completed in 16 milliseconds