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

/macosx-10.10.1/Chess-310.6/sjeng/
H A Dmoves.c1298 int ep, from, target, captured, promoted, castled, find_slot; local
1338 for(find_slot = 1; (pieces[find_slot] != 0); find_slot++)
1339 assert(find_slot < 63);
1342 pieces[find_slot] = target;
1344 is_promoted[find_slot] = 0;
1347 squares[target] = find_slot;

Completed in 75 milliseconds