Home
last modified time | relevance | path

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

/netbsd/games/hack/
H A Dhack.trap.c213 struct trap *trap = t_at(mtmp->mx, mtmp->my); in mintrap()
332 if ((trap = t_at(u.ux, u.uy)) != NULL) in float_down()
420 !sobj_at(ENORMOUS_ROCK, x, y) && !t_at(x, y) in teleok()
H A Dhack.apply.c356 struct trap *ttmp = t_at(dpx, dpy); in dig()
412 struct trap *ttmp = t_at(u.ux, u.uy); in dighole()
H A Dhack.search.c98 } else if ((ttmp = t_at(zx, zy)) != NULL) { in findit()
H A Dextern.h177 struct trap *t_at(int, int);
H A Dhack.mkshop.c315 if ((sx + sy) % 2 && !o_at(sx, sy) && !t_at(sx, sy) in mkswamp()
H A Dhack.c182 if (!u.uswallow && (trap = t_at(u.ux + u.dx, u.uy + u.dy)) && trap->tseen) in domove()
242 if ((ttmp = t_at(rx, ry)) != NULL) in domove()
H A Dhack.dog.c384 if ((info[i] & ALLOW_TRAPS) && (trap = t_at(nx, ny))) { in dog_move()
H A Dhack.pri.c451 else if ((ttmp = t_at(x, y)) && ttmp->tseen) in news0()
H A Dhack.invent.c339 t_at(int x, int y) in t_at() function
H A Dhack.mklev.c849 } while (t_at(mx, my) || levl[mx][my].typ == STAIRS); in mktrap()
H A Dhack.mon.c645 struct trap *ttmp = t_at(nx, ny); in mfndpos()