Home
last modified time | relevance | path

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

/dragonfly/games/hack/
HDhack.apply.c137 if (!getdir(1)) { /* ask: in what direction? */ in use_camera()
463 if (!getdir(0)) /* no txt */ in use_pick_axe()
HDhack.search.c176 if (!getdir(1)) in doidtrap()
HDhack.cmd.c298 getdir(boolean s) in getdir() function
HDextern.h73 int getdir(boolean);
HDhack.do.c334 if (!obj || !getdir(1)) /* ask "in what direction?" */ in dothrow()
HDhack.zap.c210 if (!(objects[obj->otyp].bits & NODIR) && !getdir(1)) in dozap()