Home
last modified time | relevance | path

Searched refs:game_move (Results 1 – 7 of 7) sorted by last modified time

/dports/games/gnuchess/gnuchess-6.2.9/src/adapter/
H A Dadapter.cpp1397 move = game_move(Game,pos); in send_board()
1550 move = game_move(Game,pos); in learn()
H A Dgame.cpp153 int game_move(const game_t * game, int pos) { in game_move() function
H A Dgame.h76 extern int game_move (const game_t * game, int pos);
/dports/games/catesc/catesc-0.6/
H A Dmain.lua66 game_move = 0;
81 local om = game_move
85 game_move = st
87 game_move = 0
109 game_move = game_move + 1
/dports/games/polyglot/polyglot-1.4.70b/
H A Dxboard2uci.c1564 move = game_move(Game,pos); in send_board()
1732 move = game_move(Game,pos); in learn()
H A Dgame.c132 int game_move(const game_t * game, int pos) { in game_move() function
H A Dgame.h56 extern int game_move (const game_t * game, int pos);