Home
last modified time | relevance | path

Searched refs:IllegalMove (Results 1 – 17 of 17) sorted by relevance

/dports/games/xboard-devel/xboard-f49e7e1/
H A Dmoves.c1805 cl.kind = IllegalMove; in LegalityTest()
1879 return IllegalMove; in LegalityTest()
1896 if(kings == 2) cl.kind = IllegalMove; in LegalityTest()
1905 cl.kind = IllegalMove; in LegalityTest()
2174 closure->kind = IllegalMove; in Disambiguate()
2257 if (kind == IllegalMove) break; in CoordsToAlgebraic()
2258 kind = IllegalMove; in CoordsToAlgebraic()
2336 cl.kind = IllegalMove; in CoordsToAlgebraic()
2346 if (cl.kind == IllegalMove) break; in CoordsToAlgebraic()
2347 cl.kind = IllegalMove; in CoordsToAlgebraic()
[all …]
H A Dcommon.h346 NormalMove, AmbiguousMove, IllegalMove, ImpossibleMove, enumerator
H A Dgamelist.c315 case IllegalMove: in GameListBuild()
H A Dbackend.c5253 case IllegalMove: /* could be a variant we don't quite understand */ in SendMoveToICS()
5534 case IllegalMove: /* bug or odd chess variant */ in ParseOneMove()
5555 return (*moveType != IllegalMove); in ParseOneMove()
6685 … if(moveType == IllegalMove) *promoChoice = NULLCHAR; // could be the fact we promoted was illegal in HasPromotionChoice()
7050 if (moveType == IllegalMove || moveType == ImpossibleMove) { in UserMoveEvent()
8750 if(moveType == IllegalMove) { in HandleMachineMove()
9838 case IllegalMove: /* maybe suicide chess, etc. */ in ParseGameHistory()
12133 case IllegalMove: in LoadGameOneMove()
12707 case IllegalMove: in GameContainsPosition()
H A DChangeLog7308 IllegalMove, so it can be played with legality testing off.
9281 ImpossibleMove, rather than IllegalMove, so they are also rejected with
10365 the character does not correspond to any piece, and IllegalMove when in
16036 * Changed moves.c to make a distinction between IllegalMove (where we
/dports/games/xboard/xboard-4.9.1/
H A Dmoves.c1889 cl.kind = IllegalMove; in LegalityTest()
1963 return IllegalMove; in LegalityTest()
1980 if(kings == 2) cl.kind = IllegalMove; in LegalityTest()
1989 cl.kind = IllegalMove; in LegalityTest()
2263 closure->kind = IllegalMove; in Disambiguate()
2346 if (kind == IllegalMove) break; in CoordsToAlgebraic()
2347 kind = IllegalMove; in CoordsToAlgebraic()
2425 cl.kind = IllegalMove; in CoordsToAlgebraic()
2435 if (cl.kind == IllegalMove) break; in CoordsToAlgebraic()
2436 cl.kind = IllegalMove; in CoordsToAlgebraic()
[all …]
H A Dgamelist.c316 case IllegalMove: in GameListBuild()
H A Dcommon.h350 NormalMove, AmbiguousMove, IllegalMove, ImpossibleMove, enumerator
H A Dbackend.c5281 case IllegalMove: /* could be a variant we don't quite understand */ in SendMoveToICS()
5578 case IllegalMove: /* bug or odd chess variant */ in ParseOneMove()
5600 return (*moveType != IllegalMove); in ParseOneMove()
6799 … if(moveType == IllegalMove) *promoChoice = NULLCHAR; // could be the fact we promoted was illegal in HasPromotionChoice()
7170 …if(moveType == IllegalMove && legal[toY][toX] > 1) moveType = NormalMove; // someone explicitly to… in UserMoveEvent()
7174 if (moveType == IllegalMove || moveType == ImpossibleMove) { in UserMoveEvent()
8936 if(moveType == IllegalMove) { in HandleMachineMove()
10064 case IllegalMove: /* maybe suicide chess, etc. */ in ParseGameHistory()
12394 case IllegalMove: in LoadGameOneMove()
12968 case IllegalMove: in GameContainsPosition()
H A DChangeLog10819 IllegalMove, so it can be played with legality testing off.
12792 ImpossibleMove, rather than IllegalMove, so they are also rejected with
13876 the character does not correspond to any piece, and IllegalMove when in
19547 * Changed moves.c to make a distinction between IllegalMove (where we
/dports/games/jin/jin-2.14.1/src/free/jin/sound/fics/
H A Dpreferences43 IllegalMove = buzzer.au
/dports/games/jin/jin-2.14.1/src/free/jin/sound/icc/
H A Dpreferences48 IllegalMove = buzzer.au
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_mir_dataflow/src/move_paths/
H A Dmod.rs373 IllegalMove { cannot_move_out_of: IllegalMoveOrigin<'tcx> }, enumerator
380 MoveError::IllegalMove { cannot_move_out_of: origin } in cannot_move_out_of()
H A Dbuilder.rs478 Err(error @ MoveError::IllegalMove { .. }) => { in gather_move()
498 Err(error @ MoveError::IllegalMove { .. }) => { in gather_move()
/dports/games/eboard/eboard-1.1.3/
H A Dproto_xboard.h134 ExtPatternMatcher IllegalMove; variable
H A Dproto_xboard.cc70 IllegalMove.set("Illegal move*"); in XBoardProtocol()
140 if (IllegalMove.match(netstring)) { in receiveString()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/diagnostics/
H A Dmove_errors.rs85 MoveError::IllegalMove { cannot_move_out_of: IllegalMoveOrigin { location, kind } } => { in append_to_grouped_errors()