Home
last modified time | relevance | path

Searched refs:GEN_NON_CAPS (Results 1 – 6 of 6) sorted by relevance

/dports/games/chessx/chessx-1.5.6/src/guess/
H A Dguess_position.h66 GEN_NON_CAPS = 2, variable
67 GEN_ALL_MOVES = (GEN_CAPTURES | GEN_NON_CAPS);
H A Dguess_position.cpp644 bool genNonCaptures = ((genType & GEN_NON_CAPS) != 0); in GenKingMoves()
749 bool genNonCaptures = ((genType & GEN_NON_CAPS) != 0); in GenPawnMoves()
1240 bool capturesOnly = ((genType & GEN_NON_CAPS) == 0); in GenerateMoves()
1973 bool capturesOnly = ((genType & GEN_NON_CAPS) == 0); in GenCheckEvasions()
/dports/games/scid/scid/src/
H A Dposition.h57 GEN_NON_CAPS = 2, variable
58 GEN_ALL_MOVES = (GEN_CAPTURES | GEN_NON_CAPS);
H A Dposition.cpp349 bool genNonCaptures = (genType & GEN_NON_CAPS); in GenKingMoves()
449 bool genNonCaptures = (genType & GEN_NON_CAPS); in GenPawnMoves()
789 bool genNonCaptures = (genType & GEN_NON_CAPS); in GenerateMoves()
1091 bool genNonCaptures = (genType & GEN_NON_CAPS); in GenCheckEvasions()
/dports/games/chessx/chessx-1.5.6/dep/scid/code/src/
H A Dposition.h57 GEN_NON_CAPS = 2, variable
58 GEN_ALL_MOVES = (GEN_CAPTURES | GEN_NON_CAPS);
H A Dposition.cpp357 bool genNonCaptures = (genType & GEN_NON_CAPS); in GenKingMoves()
457 bool genNonCaptures = (genType & GEN_NON_CAPS); in GenPawnMoves()
797 bool genNonCaptures = (genType & GEN_NON_CAPS); in GenerateMoves()
1098 bool genNonCaptures = (genType & GEN_NON_CAPS); in GenCheckEvasions()