Home
last modified time | relevance | path

Searched refs:move_is_mate (Results 1 – 9 of 9) sorted by relevance

/dports/games/scid/scid/src/polyglot/
H A Dmove.h47 extern bool move_is_mate (int move, const board_t * board);
H A Dmove.cpp210 bool move_is_mate(int move, const board_t * board) { in move_is_mate() function
H A Dsan.cpp143 if (move_is_mate(move,board)) { in move_to_san()
/dports/games/polyglot/polyglot-1.4.70b/
H A Dmove.h48 extern bool move_is_mate (int move, const board_t * board);
H A Dmove.c206 bool move_is_mate(int move, const board_t * board) { in move_is_mate() function
H A Dsan.c139 if (move_is_mate(move,board)) { in move_to_san()
/dports/games/gnuchess/gnuchess-6.2.9/src/adapter/
H A Dmove.h69 extern bool move_is_mate (int move, const board_t * board);
H A Dmove.cpp228 bool move_is_mate(int move, const board_t * board) { in move_is_mate() function
H A Dsan.cpp161 if (move_is_mate(move,board)) { in move_to_san()