Home
last modified time | relevance | path

Searched refs:SetEPTarget (Results 1 – 5 of 5) sorted by relevance

/dports/games/chessx/chessx-1.5.6/src/guess/
H A Dguess_position.h177 void SetEPTarget(squareT s) in SetEPTarget() function
H A Dguess_guessengine.cpp2058 Pos.SetEPTarget(NULL_SQUARE); in Search()
2070 Pos.SetEPTarget(oldEPTarget); in Search()
/dports/games/scid/scid/src/
H A Dposition.h159 void SetEPTarget (squareT s) { EPTarget = s; } in SetEPTarget() function
H A Dengine.cpp1658 Pos.SetEPTarget (NULL_SQUARE); in Search()
1669 Pos.SetEPTarget (oldEPTarget); in Search()
/dports/games/chessx/chessx-1.5.6/dep/scid/code/src/
H A Dposition.h161 void SetEPTarget (squareT s) { EPTarget = s; } in SetEPTarget() function