Searched refs:rook_o (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/Chess-310.6/sjeng/
H A Dattacks.c31 static const int rook_o[4] = {12, -12, 1, -1}; local
44 a_sq = square + rook_o[i];
62 a_sq += rook_o [i];
112 a_sq = square + rook_o[i];
128 a_sq += rook_o [i];
351 static const int rook_o[4] = {12, -12, 1, -1}; local
382 ndir = rook_o[i];
427 ndir = rook_o[i];
428 a_sq = square + rook_o[i];
453 static const int rook_o[ local
[all...]
H A Dsee.c40 static const int rook_o[4] = {12, -12, 1, -1}; local
49 a_sq = square + rook_o[i];
87 a_sq += rook_o [i];
H A Dseval.c42 static const int rook_o[4] = {12, -12, 1, -1}; variable

Completed in 78 milliseconds