Home
last modified time | relevance | path

Searched defs:nullMove (Results 1 – 2 of 2) sorted by relevance

/dports/games/tsito/tsito-0.8.4/src/
H A DMove.h32 static Move& nullMove() { return _null; } // The null move. in nullMove() function
/dports/games/chessx/chessx-1.5.6/src/database/
H A Dbitboard.cpp1767 Move BitBoard::nullMove() const in nullMove() function in BitBoard
2661 bool nullMove = Move(from,to).isNullMove(); in prepareMove() local