Searched refs:t_at (Results 1 – 12 of 12) sorted by relevance
/openbsd/games/hack/ |
H A D | def.trap.h | 74 struct trap *t_at(int, int);
|
H A D | hack.trap.c | 207 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 D | hack.apply.c | 344 struct trap *ttmp = t_at(dpx,dpy); in dig() 401 struct trap *ttmp = t_at(u.ux, u.uy); in dighole()
|
H A D | hack.search.c | 92 } else if ((ttmp = t_at(zx, zy))) { in findit()
|
H A D | hack.mkshop.c | 293 if((sx+sy)%2 && !o_at(sx,sy) && !t_at(sx,sy) in mkswamp()
|
H A D | hack.c | 183 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 D | hack.dog.c | 366 if((info[i] & ALLOW_TRAPS) && (trap = t_at(nx,ny))){ in dog_move()
|
H A D | hack.h | 368 struct trap *t_at(int, int);
|
H A D | hack.pri.c | 430 else if((ttmp = t_at(x,y)) && ttmp->tseen) tmp = '^'; in news0()
|
H A D | hack.invent.c | 321 t_at(int x, int y) in t_at() function
|
H A D | hack.mklev.c | 807 } while(t_at(mx, my) || levl[(int)mx][(int)my].typ == STAIRS); in mktrap()
|
H A D | hack.mon.c | 597 { struct trap *ttmp = t_at(nx, ny); in mfndpos()
|