Home
last modified time | relevance | path

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

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dnonisotropic.cpp1432 bool success_here = ss.count(c); in link() local
1433 if(!success_here) forCellIdEx(c2, i, c) if(ss.count(c2)) { in link()
1437 success_here = true; in link()
1440 if(!success_here) to_link.push_back(c); in link()