Home
last modified time | relevance | path

Searched refs:MOVE_LEN (Results 1 – 25 of 25) sorted by path

/dports/games/xboard-devel/xboard-f49e7e1/
H A Dbackend.c443 char cmailMove[CMAIL_MAX_GAMES][MOVE_LEN], cmailMsg[MSG_SIZ];
479 char moveList[MAX_MOVES][MOVE_LEN], parseList[MAX_MOVES][MOVE_LEN * 2];
5648 strncat(moveList[endPV-1], "\n", MOVE_LEN); in ParsePV()
6472 char buf[2*MOVE_LEN], *p; in UpdateExcludeHeader()
9499 char mvname[MOVE_LEN]; in HandleMachineMove()
10402 char buf[MOVE_LEN*2], *p; int len; in MakeMove()
10408 strncpy(buf, parseList[forwardMostMove], MOVE_LEN*2); in MakeMove()
18567 for(j=0; j<MOVE_LEN; j++)
18569 for(j=0; j<2*MOVE_LEN; j++)
18623 for(j=0; j<MOVE_LEN; j++)
[all …]
H A Dbackend.h396 char move_name[MOVE_LEN]; /* Current move being searched, if provided */
421 void MoveHistorySet P(( char movelist[][2*MOVE_LEN], int first, int last, int current, ChessProgram…
H A Dbook.c939 extern char moveList[][MOVE_LEN]; in AddToBook()
H A Dcommon.h198 #define MOVE_LEN 32 macro
H A Dfrontend.h206 void HistorySet P((char movelist[][2*MOVE_LEN], int first, int last, int current));
H A Dhistory.c50 typedef char MoveHistoryString[ MOVE_LEN*2 ];
57 static char lastLastMove[ MOVE_LEN ];
245 MoveHistorySet (char movelist[][2*MOVE_LEN], int first, int last, int current, ChessProgramStats_Mo… in MoveHistorySet() argument
H A Dmoves.c2225 …gebraic (Board board, int flags, int rf, int ff, int rt, int ft, int promoChar, char out[MOVE_LEN]) in CoordsToAlgebraic() argument
2299 safeStrCpy(out, "O-O", MOVE_LEN); in CoordsToAlgebraic()
2301 safeStrCpy(out, "O-O-O", MOVE_LEN); in CoordsToAlgebraic()
2313 snprintf(out, MOVE_LEN, "O-O%c%c", promoChar ? '/' : 0, ToUpper(promoChar)); in CoordsToAlgebraic()
2315 snprintf(out, MOVE_LEN, "O-O-O%c%c", promoChar ? '/' : 0, ToUpper(promoChar)); in CoordsToAlgebraic()
2523 extern char moveList[MAX_MOVES][MOVE_LEN];
H A Dmoves.h181 int promoChar, char out[MOVE_LEN]));
/dports/games/xboard/xboard-4.9.1/
H A Dbackend.c444 char cmailMove[CMAIL_MAX_GAMES][MOVE_LEN], cmailMsg[MSG_SIZ];
481 char moveList[MAX_MOVES][MOVE_LEN], parseList[MAX_MOVES][MOVE_LEN * 2];
5693 strncat(moveList[endPV-1], "\n", MOVE_LEN); in ParsePV()
6584 char buf[2*MOVE_LEN], *p; in UpdateExcludeHeader()
9700 char mvname[MOVE_LEN]; in HandleMachineMove()
10644 char buf[MOVE_LEN*2], *p; int len; in MakeMove()
10650 strncpy(buf, parseList[forwardMostMove], MOVE_LEN*2); in MakeMove()
18927 for(j=0; j<MOVE_LEN; j++)
18929 for(j=0; j<2*MOVE_LEN; j++)
18983 for(j=0; j<MOVE_LEN; j++)
[all …]
H A Dbackend.h399 char move_name[MOVE_LEN]; /* Current move being searched, if provided */
424 void MoveHistorySet P(( char movelist[][2*MOVE_LEN], int first, int last, int current, ChessProgram…
H A Dbook.c942 extern char moveList[][MOVE_LEN]; in AddToBook()
H A Dcommon.h199 #define MOVE_LEN 32 macro
H A Dfrontend.h210 void HistorySet P((char movelist[][2*MOVE_LEN], int first, int last, int current));
H A Dhistory.c51 typedef char MoveHistoryString[ MOVE_LEN*2 ];
58 static char lastLastMove[ MOVE_LEN ];
246 MoveHistorySet (char movelist[][2*MOVE_LEN], int first, int last, int current, ChessProgramStats_Mo… in MoveHistorySet() argument
H A Dmoves.c2314 …gebraic (Board board, int flags, int rf, int ff, int rt, int ft, int promoChar, char out[MOVE_LEN]) in CoordsToAlgebraic() argument
2388 safeStrCpy(out, "O-O", MOVE_LEN); in CoordsToAlgebraic()
2390 safeStrCpy(out, "O-O-O", MOVE_LEN); in CoordsToAlgebraic()
2402 snprintf(out, MOVE_LEN, "O-O%c%c", promoChar ? '/' : 0, ToUpper(promoChar)); in CoordsToAlgebraic()
2404 snprintf(out, MOVE_LEN, "O-O-O%c%c", promoChar ? '/' : 0, ToUpper(promoChar)); in CoordsToAlgebraic()
2615 extern char moveList[MAX_MOVES][MOVE_LEN];
H A Dmoves.h183 int promoChar, char out[MOVE_LEN]));
/dports/games/xshogi/xshogi-1.4.2/
H A Dparser.c151 extern char moveList[MAX_MOVES][MOVE_LEN];
H A Dparser.y86 extern char moveList[MAX_MOVES][MOVE_LEN];
H A Dxshogi.c148 char moveList[MAX_MOVES][MOVE_LEN], parseList[MAX_MOVES][MOVE_LEN * 2],
151 char endMessage[MOVE_LEN * 4];
4689 strncpy(parseList[currentMove], why, MOVE_LEN); in ShutdownShogiPrograms()
4690 parseList[currentMove][MOVE_LEN - 1] = NULLCHAR; in ShutdownShogiPrograms()
H A Dxshogi.h85 #define MOVE_LEN 16 /* enough for "Black resigns\000"*/ macro
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/uggrid/
H A Dug_undefs.hh558 #undef MOVE_LEN
/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/gm/
H A Dgm.h2258 #define MOVE_LEN 2 macro
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/caam/
H A Ddesc_constr.h242 APPEND_CMD_RET(move_len, MOVE_LEN) in APPEND_CMD_RET()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/caam/
H A Ddesc_constr.h242 APPEND_CMD_RET(move_len, MOVE_LEN) in APPEND_CMD_RET()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/caam/
H A Ddesc_constr.h242 APPEND_CMD_RET(move_len, MOVE_LEN) in APPEND_CMD_RET()