Searched refs:t_at (Results 1 – 11 of 11) sorted by relevance
| /dragonfly/games/hack/ |
| HD | hack.trap.c | 208 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()
|
| HD | hack.apply.c | 351 struct trap *ttmp = t_at(dpx, dpy); in dig() 407 struct trap *ttmp = t_at(u.ux, u.uy); in dighole()
|
| HD | hack.search.c | 93 } else if ((ttmp = t_at(zx, zy)) != NULL) { in findit()
|
| HD | hack.mkshop.c | 310 if ((sx + sy) % 2 && !o_at(sx, sy) && !t_at(sx, sy) in mkswamp()
|
| HD | extern.h | 177 struct trap *t_at(int, int);
|
| HD | hack.c | 177 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()
|
| HD | hack.dog.c | 379 if ((info[i] & ALLOW_TRAPS) && (trap = t_at(nx, ny))) { in dog_move()
|
| HD | hack.pri.c | 446 else if ((ttmp = t_at(x, y)) && ttmp->tseen) in news0()
|
| HD | hack.invent.c | 334 t_at(int x, int y) in t_at() function
|
| HD | hack.mklev.c | 844 } while (t_at(mx, my) || levl[mx][my].typ == STAIRS); in mktrap()
|
| HD | hack.mon.c | 640 … struct trap *ttmp = t_at(nx, ny); in mfndpos()
|