Home
last modified time | relevance | path

Searched refs:rroom (Results 1 – 2 of 2) sorted by path

/dragonfly/games/hack/
H A Dextern.h56 int rroom(int, int);
H A Dhack.c713 if (!rroom(sdx * d, sdy * d)) in cansee()
718 if (!rroom(sdx * ((d * adx) / ady), sdy * d) || in cansee()
719 !rroom(sdx * ((d * adx - 1) / ady + 1), sdy * d)) in cansee()
725 if (!rroom(sdx * d, sdy * ((d * ady) / adx)) || in cansee()
726 !rroom(sdx * d, sdy * ((d * ady - 1) / adx + 1))) in cansee()
734 rroom(int x, int y) in rroom() function