Home
last modified time | relevance | path

Searched defs:plyCount (Results 1 – 9 of 9) sorted by relevance

/dports/games/jin/jin-2.14.1/src/free/jin/
H A DConnection.java319 void requestTakeback(Game game, int plyCount); in requestTakeback()
329 void goBackward(Game game, int plyCount); in goBackward()
339 void goForward(Game game, int plyCount); in goForward()
/dports/games/jin/jin-2.14.1/src/free/jin/board/
H A DPlayedGameButtonPanel.java407 protected void takebackOfferUpdate(boolean isOppsOffer, boolean isOffered, int plyCount){ in takebackOfferUpdate()
640 protected void setTakebackNState(int state, int plyCount){ in setTakebackNState()
/dports/games/chessx/chessx-1.5.6/src/database/
H A Dgamex.h398 int plyCount() const { return m_moves.plyCount(); } in plyCount() function
H A Dgamex.cpp232 int GameCursor::plyCount() const in plyCount() function in GameCursor
/dports/games/chessx/chessx-1.5.6/dep/scid/code/src/
H A Dgame.cpp1165 uint plyCount = 0; in MaterialMatch() local
1298 uint plyCount = 0; in ExactMatch() local
1597 Game::GetPartialMoveList (DString * outStr, uint plyCount) in GetPartialMoveList()
/dports/games/scid/scid/src/
H A Dgame.cpp1197 uint plyCount = 0; in MaterialMatch() local
1332 uint plyCount = 0; in ExactMatch() local
1639 Game::GetPartialMoveList (DString * outStr, uint plyCount) in GetPartialMoveList()
H A Dtkscid.cpp643 uint plyCount = 0; in sc_base_piecetrack() local
2668 int plyCount = strGetInteger (argv[2]); in sc_game_firstMoves() local
3699 uint plyCount = 0; in sc_game_moves() local
/dports/games/jin/jin-2.14.1/src/free/jin/freechess/
H A DJinFreechessConnection.java2403 public void requestTakeback(Game game, int plyCount){ in requestTakeback()
2420 public void goBackward(Game game, int plyCount){ in goBackward()
2438 public void goForward(Game game, int plyCount){ in goForward()
/dports/games/jin/jin-2.14.1/src/free/jin/chessclub/
H A DJinChessclubConnection.java2225 public void requestTakeback(Game game, int plyCount){ in requestTakeback()
2243 public void goBackward(Game game, int plyCount){ in goBackward()
2261 public void goForward(Game game, int plyCount){ in goForward()