Home
last modified time | relevance | path

Searched refs:rook_A (Results 1 – 4 of 4) sorted by relevance

/dports/games/crafty/crafty-25.2_1/
H A Dmake.c131 if ((from == rook_A[side]) && (Castle(ply + 1, side) & 2)) { in MakeMove()
154 from = rook_A[side]; in MakeMove()
200 if ((to == rook_A[enemy]) && (Castle(ply + 1, enemy) & 2)) { in MakeMove()
H A Dunmake.c92 from = rook_A[side]; in UnmakeMove()
H A Ddata.h356 extern const int rook_A[2];
H A Ddata.c990 const int rook_A[2] = {A8, A1}; variable