Lines Matching refs:SendBoard
932 if (startedFromSetupPosition) SendBoard(savCps, backwardMostMove); in LoadEngine()
5123 SendBoard(cps, moveNum + 1); // send position after move in stead. in SendMoveToProgram()
6484 SendBoard (ChessProgramState *cps, int moveNum) in SendBoard() function
7334 SendBoard(&first, currentMove+1); in FinishMove()
7337 SendBoard(&second, currentMove+1); in FinishMove()
9421 SendBoard(cps, 0); // always kludgeless, as white is to move on boards[0] in HandleMachineMove()
9424 SendBoard(cps, forwardMostMove); // kludgeless board in HandleMachineMove()
9428 SendBoard(cps, forwardMostMove+1); // kludgeless board in HandleMachineMove()
9430 } else SendBoard(cps, forwardMostMove); // FEN case, also sets stm properly in HandleMachineMove()
10886 SendBoard(cps, 0); in InitChessProgram()
11983 SendBoard(cps, backwardMostMove); in FeedMovesToProgram()
13399 SendBoard(&first, forwardMostMove); in LoadGame()
13653 SendBoard(&first, forwardMostMove); in LoadPosition()
15111 SendBoard(&second, backwardMostMove); in TwoMachinesEvent()
15421 SendBoard(&first, forwardMostMove); in EditPositionDone()
16132 SendBoard(&first, i); in BackwardInner()
16133 if(second.analyzing) SendBoard(&second, i); in BackwardInner()