Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ddirectn.cc2858 static bool _find_square(coord_def &mfp, int direction, in _find_square() function
2923 return _find_square(mfp, direction, in _find_square()
2930 return _find_square(mfp, direction, in _find_square()
3059 return _find_square(mfp, direction, in _find_square()
3072 const bool r = _find_square(mfp, direction, find_targ, hitfunc, true, los); in _find_square_wrapper()