Home
last modified time | relevance | path

Searched refs:SendBoard (Results 1 – 8 of 8) sorted by relevance

/dports/games/xboard/xboard-4.9.1/
H A Dbackendz.h69 extern void SendBoard P((ChessProgramState *cps, int moveNum));
H A Dzippy.c1000 SendBoard(&first, moveNum); in ZippyFirstBoard()
H A Dbackend.c6484 SendBoard (ChessProgramState *cps, int moveNum) in SendBoard() function
7334 SendBoard(&first, currentMove+1); in FinishMove()
7337 SendBoard(&second, currentMove+1); in FinishMove()
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()
[all …]
/dports/games/xboard-devel/xboard-f49e7e1/
H A Dbackendz.h68 extern void SendBoard P((ChessProgramState *cps, int moveNum));
H A Dzippy.c1000 SendBoard(&first, moveNum); in ZippyFirstBoard()
H A Dbackend.c6372 SendBoard (ChessProgramState *cps, int moveNum) in SendBoard() function
7208 SendBoard(&first, currentMove+1); in FinishMove()
7211 SendBoard(&second, currentMove+1); in FinishMove()
10643 SendBoard(cps, 0); in InitChessProgram()
11722 SendBoard(cps, backwardMostMove); in FeedMovesToProgram()
13136 SendBoard(&first, forwardMostMove); in LoadGame()
13387 SendBoard(&first, forwardMostMove); in LoadPosition()
14834 SendBoard(&second, backwardMostMove); in TwoMachinesEvent()
15127 SendBoard(&first, forwardMostMove); in EditPositionDone()
15827 SendBoard(&first, i); in BackwardInner()
[all …]
/dports/games/xshogi/xshogi-1.4.2/
H A Dxshogifn.h95 void SendBoard(FILE *fp, Board board, Catched catches);
H A Dxshogi.c3162 SendBoard(fp, boards[currentMove], catches[currentMove]); in SendCurrentBoard()
3169 SendBoard(FILE *fp, Board board, Catched catches) in SendBoard() function
5378 SendBoard(toFirstProgFP, boards[i], catches[i]); in ResurrectShogiProgram()
6736 SendBoard(toSecondProgFP, boards[i], catches[i]); in TwoMachinesProc()
6741 SendBoard(toSecondProgFP, boards[i], catches[i]); in TwoMachinesProc()