Home
last modified time | relevance | path

Searched defs:move_is_capture (Results 1 – 6 of 6) sorted by relevance

/dports/games/scid/scid/engines/togaII1.2.1a/src/
H A Dmove.cpp73 bool move_is_capture(int move, const board_t * board) { in move_is_capture() function
/dports/games/gnuchess/gnuchess-6.2.9/src/engine/
H A Dmove.cpp95 bool move_is_capture(int move, const board_t * board) { in move_is_capture() function
/dports/games/scid/scid/src/polyglot/
H A Dmove.cpp109 bool move_is_capture(int move, const board_t * board) { in move_is_capture() function
/dports/games/polyglot/polyglot-1.4.70b/
H A Dmove.c105 bool move_is_capture(int move, const board_t * board) { in move_is_capture() function
/dports/games/gnuchess/gnuchess-6.2.9/src/adapter/
H A Dmove.cpp127 bool move_is_capture(int move, const board_t * board) { in move_is_capture() function
/dports/games/dreamchess/dreamchess-0.3.0/dreamchess/src/
H A Dboard.c68 static int move_is_capture(board_t *board, move_t *move) { in move_is_capture() function