Home
last modified time | relevance | path

Searched refs:attackSq (Results 1 – 3 of 3) sorted by relevance

/dports/games/chessx/chessx-1.5.6/src/guess/
H A Dguess_position.cpp1987 squareT attackSq = checkSquares->Get(0); in GenCheckEvasions() local
1988 directionT dir = sqDir[king][attackSq]; in GenCheckEvasions()
1990 targets.Add(attackSq); in GenCheckEvasions()
1996 while(sq != attackSq) in GenCheckEvasions()
2032 if(pawnSq == attackSq) in GenCheckEvasions()
/dports/games/chessx/chessx-1.5.6/dep/scid/code/src/
H A Dposition.cpp1111 squareT attackSq = checkSquares->Get(0); in GenCheckEvasions() local
1112 directionT dir = sqDir[king][attackSq]; in GenCheckEvasions()
1114 targets.Add(attackSq); in GenCheckEvasions()
1119 while (sq != attackSq) { in GenCheckEvasions()
1144 if (pawnSq == attackSq) { in GenCheckEvasions()
/dports/games/scid/scid/src/
H A Dposition.cpp1104 squareT attackSq = checkSquares->Get(0); in GenCheckEvasions() local
1105 directionT dir = sqDir[king][attackSq]; in GenCheckEvasions()
1107 targets.Add(attackSq); in GenCheckEvasions()
1112 while (sq != attackSq) { in GenCheckEvasions()
1137 if (pawnSq == attackSq) { in GenCheckEvasions()