Home
last modified time | relevance | path

Searched defs:castlingRights (Results 1 – 5 of 5) sorted by relevance

/dports/games/stockfish/Stockfish-sf_14/src/
H A Dpawns.h60 int castlingRights[COLOR_NB]; member
H A Dposition.h46 int castlingRights; member
/dports/games/chessx/chessx-1.5.6/src/database/
H A Dbitboard.h547 inline chessx::CastlingRights BitBoard::castlingRights() const in castlingRights() function
/dports/games/xboard/xboard-4.9.1/
H A Dmoves.c1498 ChessSquare wKing = WhiteKing, bKing = BlackKing, *castlingRights = board[CASTLING]; in GenLegal() local
/dports/games/xboard-devel/xboard-f49e7e1/
H A Dmoves.c1422 ChessSquare wKing = WhiteKing, bKing = BlackKing, *castlingRights = board[CASTLING]; in GenLegal() local