Searched refs:t_at (Results 1 - 25 of 74) sorted by relevance

123

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dfountain.c36 u.ux, u.uy, NO_MM_FLAGS)) && t_at(mtmp->mx, mtmp->my))
61 } else if (t_at(mtmp->mx, mtmp->my))
80 if (t_at(mtmp->mx, mtmp->my))
118 if ((ttmp = t_at(x, y)) != 0 && !delfloortrap(ttmp))
H A Ddbridge.c788 if ((t = t_at(x, y)) != 0) deltrap(t);
789 if ((t = t_at(x2, y2)) != 0) deltrap(t);
825 if ((t = t_at(x, y)) != 0) deltrap(t);
826 if ((t = t_at(x2, y2)) != 0) deltrap(t);
889 if ((t = t_at(x, y)) != 0) deltrap(t);
890 if ((t = t_at(x2, y2)) != 0) deltrap(t);
H A Dsteed.c276 struct trap *t = t_at(mtmp->mx, mtmp->my);
439 if (i > 0 || (((t = t_at(x, y)) == 0 || !t->tseen) &&
H A Dsit.c71 } else if ((trap = t_at(u.ux, u.uy)) != 0 ||
H A Dball.c569 || ((t = t_at(uchain->ox, uchain->oy)) &&
664 deltrap(t_at(u.ux,u.uy));
694 ((t = t_at(x, y)) &&
H A Ddig.c62 if(t_at(x, y)) return; /* don't cover the portal */
168 struct trap *ttmp = t_at(x, y);
286 ((ttmp = t_at(dpx,dpy)) != 0 &&
652 register struct trap *ttmp = t_at(u.ux, u.uy);
908 struct trap *trap = t_at(rx, ry);
H A Ddo.c75 struct trap *ttmp = t_at(rx, ry);
150 else if (obj->otyp == BOULDER && (t = t_at(x,y)) != 0 &&
214 (t = t_at(x,y)) != 0 && t->tseen &&
791 if (!(trap = t_at(u.ux,u.uy)) ||
1465 struct trap *t = t_at(u.ux, u.uy);
H A Dtrap.c241 if ((ttmp = t_at(x,y)) != 0) {
338 struct trap *t=t_at(u.ux,u.uy);
1161 if ((trap = t_at(u.ux, u.uy)) != 0) dotrap(trap, RECURSIVETRAP);
1399 t = t_at(bhitpos.x, bhitpos.y);
1649 register struct trap *trap = t_at(mtmp->mx, mtmp->my);
2296 if ((t = t_at(x, y)) &&
2323 ((trap = t_at(uball->ox, uball->oy)) &&
2362 trap = t_at(u.ux,u.uy);
3423 if ((ttmp = t_at(x,y)) && ttmp->tseen) {
3546 if ((ttmp = t_at(
3781 t_at(x,y) function
[all...]
H A Dhack.c99 ttmp = t_at(rx, ry);
653 struct trap* t = t_at(x, y);
968 if (((trap = t_at(x, y)) && trap->tseen) ||
1313 (trap = t_at(mtmp->mx, mtmp->my)) != 0 &&
1519 struct trap *trap = t_at(u.ux, u.uy);
1839 struct trap *traphere = t_at(u.ux, u.uy);
1979 } else if ((trap = t_at(x,y)) && trap->tseen) {
H A Dmuse.c374 if ((t = t_at(xx,yy)) != 0)
421 t = t_at(x,y);
737 t = t_at(trapx,trapy);
745 seetrap(t_at(trapx,trapy));
835 seetrap(t_at(trapx,trapy));
1599 if ((t = t_at(xx, yy)) != 0 &&
1803 if (vis) seetrap(t_at(trapx,trapy));
H A Ddetect.c1020 } else if ((ttmp = t_at(zx, zy)) != 0) {
1087 } else if ((ttmp = t_at(zx, zy)) != 0) {
1248 if ((trap = t_at(x,y)) && !trap->tseen && !rnl(8)) {
H A Dteleport.c222 if (!trapok && t_at(x, y)) return FALSE;
460 trap = t_at(u.ux, u.uy);
H A Ddisplay.c299 if ((trap = t_at(x,y)) != 0 && trap->tseen && !covers_traps(x,y))
330 else if ((trap = t_at(x,y)) && trap->tseen && !covers_traps(x,y)) \
690 struct trap *trap = t_at(x, y);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dfountain.c36 u.ux, u.uy, NO_MM_FLAGS)) && t_at(mtmp->mx, mtmp->my))
61 } else if (t_at(mtmp->mx, mtmp->my))
80 if (t_at(mtmp->mx, mtmp->my))
118 if ((ttmp = t_at(x, y)) != 0 && !delfloortrap(ttmp))
H A Ddbridge.c788 if ((t = t_at(x, y)) != 0) deltrap(t);
789 if ((t = t_at(x2, y2)) != 0) deltrap(t);
825 if ((t = t_at(x, y)) != 0) deltrap(t);
826 if ((t = t_at(x2, y2)) != 0) deltrap(t);
889 if ((t = t_at(x, y)) != 0) deltrap(t);
890 if ((t = t_at(x2, y2)) != 0) deltrap(t);
H A Dsteed.c276 struct trap *t = t_at(mtmp->mx, mtmp->my);
439 if (i > 0 || (((t = t_at(x, y)) == 0 || !t->tseen) &&
H A Dsit.c71 } else if ((trap = t_at(u.ux, u.uy)) != 0 ||
H A Dball.c569 || ((t = t_at(uchain->ox, uchain->oy)) &&
664 deltrap(t_at(u.ux,u.uy));
694 ((t = t_at(x, y)) &&
H A Ddig.c62 if(t_at(x, y)) return; /* don't cover the portal */
168 struct trap *ttmp = t_at(x, y);
286 ((ttmp = t_at(dpx,dpy)) != 0 &&
652 register struct trap *ttmp = t_at(u.ux, u.uy);
908 struct trap *trap = t_at(rx, ry);
H A Ddo.c75 struct trap *ttmp = t_at(rx, ry);
150 else if (obj->otyp == BOULDER && (t = t_at(x,y)) != 0 &&
214 (t = t_at(x,y)) != 0 && t->tseen &&
791 if (!(trap = t_at(u.ux,u.uy)) ||
1465 struct trap *t = t_at(u.ux, u.uy);
H A Dtrap.c241 if ((ttmp = t_at(x,y)) != 0) {
338 struct trap *t=t_at(u.ux,u.uy);
1161 if ((trap = t_at(u.ux, u.uy)) != 0) dotrap(trap, RECURSIVETRAP);
1399 t = t_at(bhitpos.x, bhitpos.y);
1649 register struct trap *trap = t_at(mtmp->mx, mtmp->my);
2296 if ((t = t_at(x, y)) &&
2323 ((trap = t_at(uball->ox, uball->oy)) &&
2362 trap = t_at(u.ux,u.uy);
3423 if ((ttmp = t_at(x,y)) && ttmp->tseen) {
3546 if ((ttmp = t_at(
3781 t_at(x,y) function
[all...]
H A Dhack.c99 ttmp = t_at(rx, ry);
653 struct trap* t = t_at(x, y);
968 if (((trap = t_at(x, y)) && trap->tseen) ||
1313 (trap = t_at(mtmp->mx, mtmp->my)) != 0 &&
1519 struct trap *trap = t_at(u.ux, u.uy);
1839 struct trap *traphere = t_at(u.ux, u.uy);
1979 } else if ((trap = t_at(x,y)) && trap->tseen) {
H A Dmuse.c374 if ((t = t_at(xx,yy)) != 0)
421 t = t_at(x,y);
737 t = t_at(trapx,trapy);
745 seetrap(t_at(trapx,trapy));
835 seetrap(t_at(trapx,trapy));
1599 if ((t = t_at(xx, yy)) != 0 &&
1803 if (vis) seetrap(t_at(trapx,trapy));
H A Ddetect.c1020 } else if ((ttmp = t_at(zx, zy)) != 0) {
1087 } else if ((ttmp = t_at(zx, zy)) != 0) {
1248 if ((trap = t_at(x,y)) && !trap->tseen && !rnl(8)) {
H A Dteleport.c222 if (!trapok && t_at(x, y)) return FALSE;
460 trap = t_at(u.ux, u.uy);

Completed in 319 milliseconds

123