Searched refs:SendBoard (Results 1 – 8 of 8) sorted by relevance
/dports/games/xboard/xboard-4.9.1/ |
H A D | backendz.h | 69 extern void SendBoard P((ChessProgramState *cps, int moveNum));
|
H A D | zippy.c | 1000 SendBoard(&first, moveNum); in ZippyFirstBoard()
|
H A D | backend.c | 6484 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 D | backendz.h | 68 extern void SendBoard P((ChessProgramState *cps, int moveNum));
|
H A D | zippy.c | 1000 SendBoard(&first, moveNum); in ZippyFirstBoard()
|
H A D | backend.c | 6372 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 D | xshogifn.h | 95 void SendBoard(FILE *fp, Board board, Catched catches);
|
H A D | xshogi.c | 3162 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()
|