Home
last modified time | relevance | path

Searched defs:isPawn (Results 1 – 6 of 6) sorted by relevance

/dports/games/jin/jin-2.14.1/src/free/chess/
H A DChessPiece.java183 public final boolean isPawn(){ in isPawn() method in ChessPiece
/dports/games/pear-Games_Chess/Games_Chess-1.0.1/Chess/
H A DStandard.php812 function isPawn($piecename) function in Games_Chess_Standard
H A DCrazyhouse.php771 function isPawn($piece) function in Games_Chess_Crazyhouse
/dports/games/chessx/chessx-1.5.6/src/database/
H A Dbitboard.cpp255 bool isPawn = m_piece[from] == Pawn; in moveToSan() local
/dports/games/chessx/chessx-1.5.6/dep/scid/code/src/
H A Dposition.cpp3014 bool isPawn = (piece_Type(p) == PAWN); in Random() local
/dports/games/scid/scid/src/
H A Dposition.cpp3082 bool isPawn = (piece_Type(p) == PAWN); in Random() local