Home
last modified time | relevance | path

Searched refs:OutputMove (Results 1 – 18 of 18) sorted by relevance

/dports/games/crafty/crafty-25.2_1/
H A Dponder.c134 Print(32, "White(%d): %s [pondering]\n", move_number, OutputMove(tree, 0, in Ponder()
137 Print(32, "Black(%d): %s [pondering]\n", move_number, OutputMove(tree, 0, in Ponder()
139 sprintf(ponder_text, "%s", OutputMove(tree, 0, wtm, ponder_move)); in Ponder()
H A Dmain.c4580 fprintf(history_file, "%9s\n", OutputMove(tree, 0, game_wtm, move));
4803 char *moveptr = OutputMove(tree, 0, game_wtm, last_pv.path[1]);
4815 OutputMove(tree, 0, game_wtm, last_pv.path[1]));
4817 printf("move %s\n", OutputMove(tree, 0, game_wtm, last_pv.path[1]));
4833 fprintf(history_file, "%9s\n", OutputMove(tree, 0, game_wtm,
4927 sprintf(book_hint, "%s", OutputMove(tree, 0, game_wtm, ponder_move));
H A Dbook.c372 Print(32, "%6s", OutputMove(tree, 1, wtm, book_moves[i])); in Book()
473 sprintf(kibitz_p, "%s %d%%", OutputMove(tree, 1, wtm, in Book()
561 Print(32, "%s", OutputMove(tree, 1, wtm, book_moves[i])); in Book()
574 Print(32, "%s", OutputMove(tree, 1, wtm, book_moves[i])); in Book()
615 Print(32, "%6s", OutputMove(tree, 1, wtm, book_moves[i])); in Book()
764 Print(32, " %s", OutputMove(tree, 1, wtm, tree->pv[0].path[1])); in Book()
780 Print(32, " %s", OutputMove(tree, 2, Flip(wtm), tree->pv[0].path[2])); in Book()
H A Dtest.c125 Print(4095, "%d. %s", (number_of_solutions++) + 1, OutputMove(tree, in Test()
337 Print(4095, "%d. %s", (number_of_solutions++) + 1, OutputMove(tree, in TestEPD()
H A Danalyze.c135 char *outmove = OutputMove(tree, 0, game_wtm, move); in Analyze()
H A Doutput.c16 char *OutputMove(TREE * RESTRICT tree, int ply, int wtm, int move) { in OutputMove() function
H A Dannotate.c271 strcpy(text, OutputMove(tree, 0, wtm, move)); in Annotate()
469 fprintf(annotate_out, " %s", OutputMove(tree, i, twtm, in Annotate()
H A Dutility.c837 sprintf(buffer + strlen(buffer), " %s", OutputMove(tree, i, wtm, in DisplayPath()
913 sprintf(buffer + strlen(buffer), " %s%c", OutputMove(tree, 1, wtm, move), in DisplayFail()
971 sprintf(buffer + strlen(buffer), " %s", OutputMove(tree, i, wtm, in DisplayPV()
1228 sprintf(buffer + strlen(buffer), " %s", OutputMove(tree, i, wtm, in FormatPV()
2303 Print(-1, "%d %s(%d) d:%2d [%s,", ply, OutputMove(tree, ply, wtm, in Trace()
H A Doption.c756 printf("%s\n", OutputMove(tree, 0, game_wtm, move)); in Option()
760 fprintf(history_file, "%9s\n", OutputMove(tree, 0, game_wtm, move)); in Option()
2521 printf("%s ", OutputMove(tree, 0, game_wtm, move)); in Option()
2527 fprintf(history_file, "%9s\n", OutputMove(tree, 0, game_wtm, move)); in Option()
4003 strcpy(move, OutputMove(tree, ply, wtm, *mv)); in OptionPerft()
H A Diterate.c496 Print(64, " %10s ", OutputMove(tree, 1, wtm, root_moves[i].move)); in Iterate()
H A Dnext.c466 strcpy(mytree->root_move_text, OutputMove(tree, 1, side, in NextRootMove()
H A Dchess.h457 char *OutputMove(TREE *RESTRICT, int, int, int);
H A Depdglue.c772 strcpy(tv, OutputMove(tree, 0, game_wtm, last_pv.path[1])); in EGCommHandler()
/dports/games/gnushogi/gnushogi-1.4.2/gnushogi/
H A Ddspwrappers.h54 extern void OutputMove(void);
H A Ddspwrappers.c97 DISPLAY_VOIDFUNC(OutputMove) in DISPLAY_VOIDFUNC()
H A Dgnushogi.h1087 extern void OutputMove(void);
H A Dsearch.c456 OutputMove(); in SelectMove()
/dports/games/gnubg/gnubg-1.06.002/
H A Dimport.c3671 OutputMove(FILE * fpOut, int side, const char *outBuf) in OutputMove() function
3799 OutputMove(matFP, side, " Drops"); in ConvertBGRoomFileToMat()
3811 OutputMove(matFP, !side, " Takes"); in ConvertBGRoomFileToMat()
3815 OutputMove(matFP, !side, outBuf); in ConvertBGRoomFileToMat()
3856 OutputMove(matFP, side, outBuf); in ConvertBGRoomFileToMat()