HomeSort by: relevance | last modified time | path
    Searched refs:t_at (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/games/hack/
hack.trap.c 213 struct trap *trap = t_at(mtmp->mx, mtmp->my);
332 if ((trap = t_at(u.ux, u.uy)) != NULL)
420 !sobj_at(ENORMOUS_ROCK, x, y) && !t_at(x, y)
hack.trap.c 213 struct trap *trap = t_at(mtmp->mx, mtmp->my);
332 if ((trap = t_at(u.ux, u.uy)) != NULL)
420 !sobj_at(ENORMOUS_ROCK, x, y) && !t_at(x, y)
hack.trap.c 213 struct trap *trap = t_at(mtmp->mx, mtmp->my);
332 if ((trap = t_at(u.ux, u.uy)) != NULL)
420 !sobj_at(ENORMOUS_ROCK, x, y) && !t_at(x, y)
hack.search.c 98 } else if ((ttmp = t_at(zx, zy)) != NULL) {
hack.search.c 98 } else if ((ttmp = t_at(zx, zy)) != NULL) {
hack.search.c 98 } else if ((ttmp = t_at(zx, zy)) != NULL) {
hack.apply.c 356 struct trap *ttmp = t_at(dpx, dpy);
412 struct trap *ttmp = t_at(u.ux, u.uy);
hack.apply.c 356 struct trap *ttmp = t_at(dpx, dpy);
412 struct trap *ttmp = t_at(u.ux, u.uy);
hack.apply.c 356 struct trap *ttmp = t_at(dpx, dpy);
412 struct trap *ttmp = t_at(u.ux, u.uy);
extern.h 177 struct trap *t_at(int, int);
hack.mkshop.c 315 if ((sx + sy) % 2 && !o_at(sx, sy) && !t_at(sx, sy)
extern.h 177 struct trap *t_at(int, int);
hack.mkshop.c 315 if ((sx + sy) % 2 && !o_at(sx, sy) && !t_at(sx, sy)
extern.h 177 struct trap *t_at(int, int);
hack.mkshop.c 315 if ((sx + sy) % 2 && !o_at(sx, sy) && !t_at(sx, sy)
hack.dog.c 384 if ((info[i] & ALLOW_TRAPS) && (trap = t_at(nx, ny))) {
hack.dog.c 384 if ((info[i] & ALLOW_TRAPS) && (trap = t_at(nx, ny))) {
hack.dog.c 384 if ((info[i] & ALLOW_TRAPS) && (trap = t_at(nx, ny))) {
hack.c 182 if (!u.uswallow && (trap = t_at(u.ux + u.dx, u.uy + u.dy)) && trap->tseen)
242 if ((ttmp = t_at(rx, ry)) != NULL)
hack.c 182 if (!u.uswallow && (trap = t_at(u.ux + u.dx, u.uy + u.dy)) && trap->tseen)
242 if ((ttmp = t_at(rx, ry)) != NULL)
hack.c 182 if (!u.uswallow && (trap = t_at(u.ux + u.dx, u.uy + u.dy)) && trap->tseen)
242 if ((ttmp = t_at(rx, ry)) != NULL)
hack.pri.c 451 else if ((ttmp = t_at(x, y)) && ttmp->tseen)
hack.pri.c 451 else if ((ttmp = t_at(x, y)) && ttmp->tseen)
hack.pri.c 451 else if ((ttmp = t_at(x, y)) && ttmp->tseen)
hack.invent.c 339 t_at(int x, int y) function in typeref:struct:trap *

Completed in 42 milliseconds

1 2