Home
last modified time | relevance | path

Searched refs:staleW (Results 1 – 2 of 2) sorted by relevance

/dports/games/xboard-devel/xboard-f49e7e1/
H A Dbackend.c8112 int nrW, nrB, bishopColor, staleW, staleB, nr[EmptySquare+1], i; in Adjudicate() local
8118 Count(boards[forwardMostMove], nr, &nrW, &nrB, &staleW, &staleB, &bishopColor); in Adjudicate()
8226 if(!MatingPotential(nr, WhitePawn, nrW, nrB, staleW, bishopColor) && in Adjudicate()
/dports/games/xboard/xboard-4.9.1/
H A Dbackend.c8288 int nrW, nrB, bishopColor, staleW, staleB, nr[EmptySquare+2], i; in Adjudicate() local
8294 Count(boards[forwardMostMove], nr, &nrW, &nrB, &staleW, &staleB, &bishopColor); in Adjudicate()
8402 if(!MatingPotential(nr, WhitePawn, nrW, nrB, staleW, bishopColor) && in Adjudicate()