Home
last modified time | relevance | path

Searched refs:square_to_string (Results 1 – 21 of 21) sorted by relevance

/dports/games/polyglot/polyglot-1.4.70b/
H A Dsan.c110 if (!square_to_string(from,tmp_string,256)) return FALSE; in move_to_san()
125 if (!square_to_string(to,tmp_string,256)) return FALSE; in move_to_san()
233 square_to_string(king,king_string,3); in san_to_lan()
234 square_to_string(rook,rook_string,3); in san_to_lan()
245 square_to_string(king,king_string,3); in san_to_lan()
246 square_to_string(rook,rook_string,3); in san_to_lan()
H A Dmove.c257 if (!square_to_string(from,&string[0],3)) ASSERT(FALSE); in move_to_can()
258 if (!square_to_string(to,&string[2],3)) ASSERT(FALSE); in move_to_can()
H A Dsquare.h132 extern bool square_to_string (int square, char string[], int size);
H A Dsquare.c212 bool square_to_string(int square, char string[], int size) { in square_to_string() function
H A Dfen.c378 if (!square_to_string(board->ep_square,&string[pos],3)) return FALSE; in board_to_fen()
/dports/games/gnuchess/gnuchess-6.2.9/src/adapter/
H A Dsan.cpp132 if (!square_to_string(from,tmp_string,256)) return false; in move_to_san()
147 if (!square_to_string(to,tmp_string,256)) return false; in move_to_san()
255 square_to_string(king,king_string,3); in san_to_lan()
256 square_to_string(rook,rook_string,3); in san_to_lan()
267 square_to_string(king,king_string,3); in san_to_lan()
268 square_to_string(rook,rook_string,3); in san_to_lan()
H A Dmove.cpp279 if (!square_to_string(from,&string[0],3)) ASSERT(false); in move_to_can()
280 if (!square_to_string(to,&string[2],3)) ASSERT(false); in move_to_can()
H A Dsquare.h98 extern bool square_to_string (int square, char string[], int size);
H A Dsquare.cpp234 bool square_to_string(int square, char string[], int size) { in square_to_string() function
H A Dfen.cpp415 if (!square_to_string(board->ep_square,&string[pos],3)) return false; in board_to_fen()
/dports/games/scid/scid/src/polyglot/
H A Dsan.cpp114 if (!square_to_string(from,tmp_string,256)) return false; in move_to_san()
129 if (!square_to_string(to,tmp_string,256)) return false; in move_to_san()
238 square_to_string(king,king_string,3); in san_to_lan()
239 square_to_string(rook,rook_string,3); in san_to_lan()
250 square_to_string(king,king_string,3); in san_to_lan()
251 square_to_string(rook,rook_string,3); in san_to_lan()
H A Dsquare.h76 extern bool square_to_string (int square, char string[], int size);
H A Dsquare.cpp212 bool square_to_string(int square, char string[], int size) { in square_to_string() function
/dports/games/gnuchess/gnuchess-6.2.9/src/engine/
H A Dmove.cpp155 square_to_string(MOVE_FROM(move),&string[0],3); in move_to_string()
156 square_to_string(MOVE_TO(move),&string[2],3); in move_to_string()
H A Dsquare.cpp114 bool square_to_string(int square, char string[], int size) { in square_to_string() function
H A Dsquare.h131 extern bool square_to_string (int square, char string[], int size);
H A Dfen.cpp288 square_to_string(board->ep_square,&fen[pos],3); in board_to_fen()
/dports/games/scid/scid/engines/togaII1.2.1a/src/
H A Dmove.cpp133 square_to_string(MOVE_FROM(move),&string[0],3); in move_to_string()
134 square_to_string(MOVE_TO(move),&string[2],3); in move_to_string()
H A Dsquare.cpp92 bool square_to_string(int square, char string[], int size) { in square_to_string() function
H A Dsquare.h109 extern bool square_to_string (int square, char string[], int size);
H A Dfen.cpp266 square_to_string(board->ep_square,&fen[pos],3); in board_to_fen()