Home
last modified time | relevance | path

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

/dports/games/chessx/chessx-1.5.6/src/database/
H A Dbitboard.cpp1243 Square filesForSection[4] = in fixCastlingRooks() local
1261 if (filesForSection[section] != InvalidSquare) in fixCastlingRooks()
1263 if (iter != filesForSection[section]) in fixCastlingRooks()
1319 Square filesForSection[4] = in hasAmbiguousCastlingRooks() local
1339 if (filesForSection[section] != InvalidSquare ) in hasAmbiguousCastlingRooks()
1341 if (iter != filesForSection[section]) in hasAmbiguousCastlingRooks()