Home
last modified time | relevance | path

Searched refs:BlackDrop (Results 1 – 14 of 14) sorted by relevance

/dports/games/xshogi/xshogi-1.4.2/
H A Dxshogi.h166 BlackPromotion = 1, WhitePromotion, BlackDrop, WhiteDrop, enumerator
H A Dparser.y156 move_type = (BlackOnMove(currentMove) ? BlackDrop : WhiteDrop);
H A Dparser.c1417 move_type = (BlackOnMove(currentMove) ? BlackDrop : WhiteDrop); in yyparse()
H A Dxshogi.c2791 return (BlackOnMove(forwardMostMove) ? BlackDrop : WhiteDrop); in MakeAlg()
3727 ? BlackDrop : WhiteDrop); in HandleUserMove()
3797 case BlackDrop: in FinishUserMove()
/dports/games/xboard-devel/xboard-f49e7e1/
H A Dcommon.h345 WhiteDrop, BlackDrop, FirstLeg, enumerator
H A Dparser.c774 return yyboardindex & F_WHITE_ON_MOVE ? WhiteDrop : BlackDrop; in NextUnit()
H A Dmoves.c1767 return flags & F_WHITE_ON_MOVE ? WhiteDrop : BlackDrop; in LegalDrop()
1968 …if(moveType == WhiteDrop || moveType == BlackDrop) return (inCheck ? MT_CHECK : MT_NONE); // we ha… in MateTest()
2242 return (flags & F_WHITE_ON_MOVE) ? WhiteDrop : BlackDrop; in CoordsToAlgebraic()
H A Dbook.c796 if(!valid || moveType != NormalMove && moveType != WhiteDrop && moveType != BlackDrop in TextToMoves()
H A Dbackend.c5247 case BlackDrop: in SendMoveToICS()
5563 case BlackDrop: in ParseOneMove()
7032 moveType = WhiteOnMove(currentMove) ? WhiteDrop : BlackDrop; in UserMoveEvent()
9873 case BlackDrop: in ParseGameHistory()
12029 case BlackDrop: in LoadGameOneMove()
12736 case BlackDrop: in GameContainsPosition()
15388 moveType = BlackDrop; in DropMenuEvent()
15391 moveType = WhiteOnMove(currentMove) ? WhiteDrop : BlackDrop; in DropMenuEvent()
15397 if (moveType == BlackDrop && selection < BlackPawn) { in DropMenuEvent()
/dports/games/xboard/xboard-4.9.1/
H A Dcommon.h349 WhiteDrop, BlackDrop, FirstLeg, enumerator
H A Dparser.c793 return yyboardindex & F_WHITE_ON_MOVE ? WhiteDrop : BlackDrop; in NextUnit()
H A Dmoves.c1851 return flags & F_WHITE_ON_MOVE ? WhiteDrop : BlackDrop; in LegalDrop()
2052 …if(moveType == WhiteDrop || moveType == BlackDrop) return (inCheck ? MT_CHECK : MT_NONE); // we ha… in MateTest()
2331 return (flags & F_WHITE_ON_MOVE) ? WhiteDrop : BlackDrop; in CoordsToAlgebraic()
H A Dbook.c799 if(!valid || moveType != NormalMove && moveType != WhiteDrop && moveType != BlackDrop in TextToMoves()
H A Dbackend.c5275 case BlackDrop: in SendMoveToICS()
5608 case BlackDrop: in ParseOneMove()
7154 moveType = WhiteOnMove(currentMove) ? WhiteDrop : BlackDrop; in UserMoveEvent()
10099 case BlackDrop: in ParseGameHistory()
12290 case BlackDrop: in LoadGameOneMove()
12997 case BlackDrop: in GameContainsPosition()
15697 moveType = BlackDrop; in DropMenuEvent()
15700 moveType = WhiteOnMove(currentMove) ? WhiteDrop : BlackDrop; in DropMenuEvent()
15706 if (moveType == BlackDrop && selection < BlackPawn) { in DropMenuEvent()