Home
last modified time | relevance | path

Searched defs:fromFyle (Results 1 – 8 of 8) sorted by relevance

/dports/games/chessx/chessx-1.5.6/dep/scid/code/src/
H A Dfullmove.h85 bool fromFyle = (m_ >> 28) & 1; variable
H A Dcommon.h568 fyleT fromFyle = square_Fyle(from); in square_Adjacent() local
H A Dposition.cpp972 Position::MatchPawnMove (MoveList * mlist, fyleT fromFyle, squareT to, pieceT promote) in MatchPawnMove()
2054 fyleT fromFyle, toFyle; in ReadCoordMove() local
/dports/games/scid/scid/src/
H A Dfullmove.h85 bool fromFyle = (m_ >> 28) & 1; variable
H A Dposition.cpp964 Position::MatchPawnMove (MoveList * mlist, fyleT fromFyle, squareT to, pieceT promote) in MatchPawnMove()
2084 fyleT fromFyle, toFyle; in ReadCoordMove() local
H A Dcommon.h684 fyleT fromFyle = square_Fyle(from); in square_Adjacent() local
/dports/games/chessx/chessx-1.5.6/src/guess/
H A Dguess_common.h850 fyleT fromFyle = square_Fyle(from); in square_Adjacent() local
H A Dguess_position.cpp1682 Position::MatchPawnMove(MoveList * mlist, fyleT fromFyle, squareT to, pieceC promote) in MatchPawnMove()