Home
last modified time | relevance | path

Searched refs:stmKing (Results 1 – 3 of 3) sorted by relevance

/dports/games/chessx/chessx-1.5.6/src/guess/
H A Dguess_position.cpp2617 squareT stmKing = GetKingSquare(); in IsLegal() local
2619 if (!(stmKing <= H8 && enemyKing <= H8)) in IsLegal()
2624 if(square_Adjacent(stmKing, enemyKing)) in IsLegal()
/dports/games/chessx/chessx-1.5.6/dep/scid/code/src/
H A Dposition.cpp1542 squareT stmKing = GetKingSquare(); in IsLegal() local
1544 if (square_Adjacent (stmKing, enemyKing)) { return false; } in IsLegal()
/dports/games/scid/scid/src/
H A Dposition.cpp1535 squareT stmKing = GetKingSquare(); in IsLegal() local
1537 if (square_Adjacent (stmKing, enemyKing)) { return false; } in IsLegal()