Home
last modified time | relevance | path

Searched refs:board_equal (Results 1 – 8 of 8) sorted by relevance

/dports/games/scid/scid/src/polyglot/
H A Dboard.h51 extern bool board_equal (const board_t * board_1, const board_t * board_2);
H A Dboard.cpp245 bool board_equal(const board_t * board_1, const board_t * board_2) { in board_equal() function
/dports/games/polyglot/polyglot-1.4.70b/
H A Dboard.h50 extern bool board_equal (const board_t * board_1, const board_t * board_2);
H A Dgame.c56 if (!board_equal(game->board,board)) return FALSE; in game_is_ok()
H A Dboard.c245 bool board_equal(const board_t * board_1, const board_t * board_2) { in board_equal() function
/dports/games/gnuchess/gnuchess-6.2.9/src/adapter/
H A Dboard.h73 extern bool board_equal (const board_t * board_1, const board_t * board_2);
H A Dgame.cpp78 if (!board_equal(game->board,board)) return false; in game_is_ok()
H A Dboard.cpp267 bool board_equal(const board_t * board_1, const board_t * board_2) { in board_equal() function