Home
last modified time | relevance | path

Searched refs:UnmakeMove (Results 1 – 23 of 23) sorted by relevance

/dports/games/crafty/crafty-25.2_1/
H A Dinput.c303 UnmakeMove(tree, MAXPLY, wtm, *mv); in InputMove()
306 UnmakeMove(tree, MAXPLY, wtm, *mv); in InputMove()
476 UnmakeMove(tree, MAXPLY, wtm, *mv); in InputMoveICS()
479 UnmakeMove(tree, MAXPLY, wtm, *mv); in InputMoveICS()
H A Dponder.c158 UnmakeMove(tree, 0, wtm, *mv); in Ponder()
189 UnmakeMove(tree, 0, wtm, ponder_move); in Ponder()
H A Dquiesce.c195 UnmakeMove(tree, ply, wtm, tree->curmv[ply]); in Quiesce()
243 UnmakeMove(tree, ply, wtm, tree->curmv[ply]); in Quiesce()
354 UnmakeMove(tree, ply, wtm, tree->curmv[ply]); in QuiesceEvasions()
H A Droot.c153 UnmakeMove(tree, 1, wtm, root_moves[mvp].move); in RootMoveList()
317 UnmakeMove(tree, 1, wtm, cmove); in RootMoveEGTB()
353 UnmakeMove(tree, 1, wtm, cmove); in RootMoveEGTB()
H A Dbook.c108 UnmakeMove(tree, 1, wtm, root_moves[im].move); in Book()
118 UnmakeMove(tree, 1, wtm, root_moves[im].move); in Book()
190 UnmakeMove(tree, 1, wtm, root_moves[im].move); in Book()
227 UnmakeMove(tree, 1, wtm, root_moves[im].move); in Book()
760 UnmakeMove(tree, 1, wtm, book_moves[which]); in Book()
781 UnmakeMove(tree, 1, wtm, tree->pv[0].path[1]); in Book()
865 UnmakeMove(tree, 2, wtm, book_moves[im]); in BookPonderMove()
H A Doutput.c223 UnmakeMove(tree, MAXPLY, wtm, move); in OutputMove()
H A Dunmake.c14 void UnmakeMove(TREE * RESTRICT tree, int ply, int side, int move) { in UnmakeMove() function
H A Dutility.c858 UnmakeMove(tree, i, wtm, pv->path[i]); in DisplayPath()
1036 UnmakeMove(tree, i, wtm, pv->path[i]); in DisplayPV()
1237 UnmakeMove(tree, i, wtm, pv.path[i]); in FormatPV()
1281 UnmakeMove(tree, 1, wtm, *mvp); in GameOver()
1499 UnmakeMove(tree, ply, wtm, *mvp); in Mated()
2484 UnmakeMove(tree, MAXPLY, wtm, *mv); in VerifyMove()
2487 UnmakeMove(tree, MAXPLY, wtm, *mv); in VerifyMove()
H A Diterate.c280 UnmakeMove(tree, i, twtm, tree->pv[0].path[i]); in Iterate()
H A Dsearch.c610 UnmakeMove(tree, ply, wtm, tree->curmv[ply]); in SearchMoveList()
H A Dannotate.c476 UnmakeMove(tree, i, twtm, tree->pv[0].path[i]); in Annotate()
H A Dchess.h512 void UnmakeMove(TREE *RESTRICT, int, int, int);
H A Doption.c2202 UnmakeMove(tree, 0, game_wtm, *mv); in Option()
4019 UnmakeMove(tree, ply, wtm, *mv); in OptionPerft()
/dports/games/gnuchess/gnuchess-6.2.9/src/frontend/
H A Dcmd.cc537 UnmakeMove (board.side, &Game[GameCnt].move); in cmd_pgnreplay()
539 UnmakeMove (board.side, &Game[GameCnt].move); in cmd_pgnreplay()
578 UnmakeMove (board.side, &Game[GameCnt].move); in cmd_previous()
621 UnmakeMove (board.side, &Game[GameCnt].move); in cmd_first()
623 UnmakeMove (board.side, &Game[GameCnt].move); in cmd_first()
723 UnmakeMove (board.side, &Game[GameCnt].move); in cmd_remove()
725 UnmakeMove (board.side, &Game[GameCnt].move); in cmd_remove()
802 UnmakeMove (board.side, &Game[GameCnt].move); in cmd_undo()
H A Dmove.cc263 void UnmakeMove (int side, int *move) in UnmakeMove() function
487 UnmakeMove (1^side, &move); in SANMove()
H A Dcommon.h431 void UnmakeMove (int, int *);
H A Dgenmove.cc770 UnmakeMove (xside, &p->move); in FilterIllegalMoves()
/dports/games/gnushogi/gnushogi-1.4.2/
H A DChangeLog.old54 correcting bug: UnmakeMove no longer destroys the node->flags
/dports/games/gnushogi/gnushogi-1.4.2/gnushogi/
H A Dsearch.c922 UnmakeMove(side, node, &tempb, &tempc, &tempsf, &tempst); in search()
1401 UnmakeMove(short side, in UnmakeMove() function
H A Dbook.c293 UnmakeMove(opponent, &xnode, &tempb, &tempc, &tempsf, &tempst); in BVerifyMove()
H A Dcommondsp.c266 UnmakeMove(opponent, &xnode, &tempb, &tempc, &tempsf, &tempst); in VerifyMove()
303 UnmakeMove(opponent, &xnode, &tempb, &tempc, &tempsf, &tempst); in VerifyMove()
H A Dgnushogi.h1028 UnmakeMove(short side,
/dports/games/gnuchess/gnuchess-6.2.9/
H A DNEWS851 UnmakeMove() routines. Got rid of piececap in leaf{} structure;