Home
last modified time | relevance | path

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

/dports/games/crafty/crafty-25.2_1/
H A Dunmake.c88 if (to == rook_G[side]) { in UnmakeMove()
H A Ddata.h359 extern const int rook_G[2];
H A Dmake.c150 if (to == rook_G[side]) { in MakeMove()
H A Ddata.c993 const int rook_G[2] = {G8, G1}; variable