Home
last modified time | relevance | path

Searched refs:o_at (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/games/hack/
Dhack.zap.c223 struct obj *otmp = o_at(u.ux, u.uy); in dozap()
417 if (fhito && (otmp = o_at(bhitpos.x, bhitpos.y))) { in bhit()
Dhack.pri.c414 } else if ((otmp = o_at(x, y)) && room->typ != POOL) in prl()
443 else if (!Blind && (otmp = o_at(x, y))) in news0()
Dhack.invent.c285 o_at(int x, int y) in o_at() function
855 otmp0 = o_at(u.ux, u.uy); in dolook()
Dextern.h172 struct obj *o_at(int, int);
Dhack.mhitu.c416 if ((obj = o_at(mtmp->mx, mtmp->my)) != NULL) in hitu()
Dhack.mkshop.c315 if ((sx + sy) % 2 && !o_at(sx, sy) && !t_at(sx, sy) in mkswamp()
Dhack.mon.c339 if (mtmp->mhide && o_at(mtmp->mx, mtmp->my) && rn2(10)) in m_move()
1019 && (!mtmp->mhide || !o_at(mtmp->mx, mtmp->my)) in canseemon()
Dhack.fight.c384 if ((obj = o_at(mtmp->mx, mtmp->my)) && !Blind) in attack()
Dhack.dog.c249 if ((obj = o_at(omx, omy)) != NULL) in dog_move()
Dhack.c402 if (!g_at(u.ux, u.uy) && !o_at(u.ux, u.uy)) { in dopickup()