Home
last modified time | relevance | path

Searched refs:Game50 (Results 1 – 13 of 13) sorted by relevance

/dports/games/gnushogi/gnushogi-1.4.2/gnushogi/
H A Dsearch.c68 if (GameCnt > Game50 + 6) in repetition()
70 for (i = GameCnt - 1; i >= Game50; i -= 2) in repetition()
810 g->Game50 = Game50; in search()
1254 g->Game50 = Game50; in MakeMove()
1413 Game50 = GameList[GameCnt].Game50; in UnmakeMove()
H A Dglobals.c99 short Sdepth, Game50, MaxSearchDepth; variable
H A Dsizetest.c122 short Sdepth, Game50, MaxSearchDepth; variable
H A Dcommondsp.c455 Game50 = atoi(InPtr); in GetGame()
673 fprintf(fd, "White %s Black %s %d %s\n", w, b, Game50, in SaveGame()
915 Game50 = 1; in GetXGame()
1201 for (j = GameCnt - 1; j >= Game50; j -= 2) in ListGame()
H A Dgnushogi.h627 short Game50; /* flag for repetition */ member
742 extern short GameCnt, Game50;
H A Dinit.c514 Game50 = 1; in NewGame()
H A Drawdsp.c420 Game50 = 1; in Raw_EditBoard()
H A Dcursesdsp.c557 Game50 = 1; in Curses_EditBoard()
/dports/games/gnuchess/gnuchess-6.2.9/src/frontend/
H A Dmove.cc67 g->Game50 = Game50; in MakeMove()
125 Game50 = GameCnt; in MakeMove()
373 Game50 = g->Game50; in UnmakeMove()
H A Dcommon.h121 short Game50; /* The last value of GameCnt (a count of half-moves) member
328 extern int Game50;
H A Dinit.cc438 Game50 = 0; in InitVars()
492 Game50 = 0; in NewPosition()
/dports/games/gnuchess/gnuchess-6.2.9/src/
H A Dmain.cc79 int Game50; variable
/dports/games/gnuchess/gnuchess-6.2.9/
H A DNEWS642 Game50 variable wasn't being properly updated; fixed.