Home
last modified time | relevance | path

Searched refs:AtVarStart (Results 1 – 5 of 5) sorted by relevance

/dports/games/chessx/chessx-1.5.6/dep/scid/code/src/
H A Dgame.h322 bool AtVarStart() const { return CurrentMove->prev->startMarker(); } in AtVarStart() function
324 bool AtStart() const { return (VarDepth == 0 && AtVarStart()); } in AtStart()
539 if (game.AtVarStart() && !game.AtStart()) in collectPositions()
/dports/games/scid/scid/src/
H A Dgame.h327 bool AtVarStart() const { return CurrentMove->prev->startMarker(); } in AtVarStart() function
329 bool AtStart() const { return (VarDepth == 0 && AtVarStart()); } in AtStart()
552 if (game.AtVarStart() && !game.AtStart()) in collectPositions()
H A Doptable.cpp493 if (g->AtVarStart()) { in Init()
H A Dtkscid.cpp3709 if (g->AtVarStart()) { in sc_game_moves()
5733 return UI_Result(ti, OK, db->game->AtVarStart()); in sc_pos_isAt()
9549 if (! (db->game->AtVarStart() && db->game->AtVarEnd())) { in sc_var()
/dports/games/scid/scid/gtest/
H A Dtest_game.cpp108 if (!game.AtVarStart()) { in TEST()