Home
last modified time | relevance | path

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

/openbsd/games/hack/
H A Ddef.trap.h74 struct trap *t_at(int, int);
H A Dhack.trap.c207 struct trap *trap = t_at(mtmp->mx, mtmp->my); in mintrap()
327 if ((trap = t_at(u.ux,u.uy))) in float_down()
411 !sobj_at(ENORMOUS_ROCK,x,y) && !t_at(x,y) in teleok()
H A Dhack.apply.c344 struct trap *ttmp = t_at(dpx,dpy); in dig()
401 struct trap *ttmp = t_at(u.ux, u.uy); in dighole()
H A Dhack.search.c92 } else if ((ttmp = t_at(zx, zy))) { in findit()
H A Dhack.mkshop.c293 if((sx+sy)%2 && !o_at(sx,sy) && !t_at(sx,sy) in mkswamp()
H A Dhack.c183 if(!u.uswallow && (trap = t_at(u.ux+u.dx, u.uy+u.dy)) && trap->tseen) in domove()
239 if ((ttmp = t_at(rx,ry))) in domove()
H A Dhack.dog.c366 if((info[i] & ALLOW_TRAPS) && (trap = t_at(nx,ny))){ in dog_move()
H A Dhack.h368 struct trap *t_at(int, int);
H A Dhack.pri.c430 else if((ttmp = t_at(x,y)) && ttmp->tseen) tmp = '^'; in news0()
H A Dhack.invent.c321 t_at(int x, int y) in t_at() function
H A Dhack.mklev.c807 } while(t_at(mx, my) || levl[(int)mx][(int)my].typ == STAIRS); in mktrap()
H A Dhack.mon.c597 { struct trap *ttmp = t_at(nx, ny); in mfndpos()