Home
last modified time | relevance | path

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

/dragonfly/games/hack/
HDhack.trap.c208 struct trap *trap = t_at(mtmp->mx, mtmp->my); in mintrap()
327 if ((trap = t_at(u.ux, u.uy)) != NULL) in float_down()
415 !sobj_at(ENORMOUS_ROCK, x, y) && !t_at(x, y) in teleok()
HDhack.apply.c351 struct trap *ttmp = t_at(dpx, dpy); in dig()
407 struct trap *ttmp = t_at(u.ux, u.uy); in dighole()
HDhack.search.c93 } else if ((ttmp = t_at(zx, zy)) != NULL) { in findit()
HDhack.mkshop.c310 if ((sx + sy) % 2 && !o_at(sx, sy) && !t_at(sx, sy) in mkswamp()
HDextern.h177 struct trap *t_at(int, int);
HDhack.c177 if (!u.uswallow && (trap = t_at(u.ux + u.dx, u.uy + u.dy)) && trap->tseen) in domove()
237 if ((ttmp = t_at(rx, ry)) != NULL) in domove()
HDhack.dog.c379 if ((info[i] & ALLOW_TRAPS) && (trap = t_at(nx, ny))) { in dog_move()
HDhack.pri.c446 else if ((ttmp = t_at(x, y)) && ttmp->tseen) in news0()
HDhack.invent.c334 t_at(int x, int y) in t_at() function
HDhack.mklev.c844 } while (t_at(mx, my) || levl[mx][my].typ == STAIRS); in mktrap()
HDhack.mon.c640 … struct trap *ttmp = t_at(nx, ny); in mfndpos()