Searched refs:vobj_at (Results 1 - 12 of 12) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Ddisplay.h18 #define vobj_at(x,y) (level.objects[x][y]) macro
52 * vobj_at() returns a pointer to an object that the hero can see there.
H A Dextern.h256 E struct obj * FDECL(vobj_at, (XCHAR_P,XCHAR_P));
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Ddisplay.h18 #define vobj_at(x,y) (level.objects[x][y]) macro
52 * vobj_at() returns a pointer to an object that the hero can see there.
H A Dextern.h256 E struct obj * FDECL(vobj_at, (XCHAR_P,XCHAR_P));
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddisplay.c139 * vobj_at()
148 vobj_at(x,y) function
159 #endif /* else vobj_at() is defined in display.h */
328 if ((obj = vobj_at(x,y)) && !covers_objects(x,y)) \
1114 if (vobj_at(obj->ox,obj->oy) == obj) newsym(obj->ox, obj->oy);
H A Dpager.c235 struct obj *otmp = vobj_at(x,y);
H A Dtimeout.c619 struct obj *otmp = vobj_at(u.ux, u.uy);
H A Dapply.c181 if (vobj_at(rx, ry)->otyp == STATUE) otmp = vobj_at(rx, ry);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddisplay.c139 * vobj_at()
148 vobj_at(x,y) function
159 #endif /* else vobj_at() is defined in display.h */
328 if ((obj = vobj_at(x,y)) && !covers_objects(x,y)) \
1114 if (vobj_at(obj->ox,obj->oy) == obj) newsym(obj->ox, obj->oy);
H A Dpager.c235 struct obj *otmp = vobj_at(x,y);
H A Dtimeout.c619 struct obj *otmp = vobj_at(u.ux, u.uy);
H A Dapply.c181 if (vobj_at(rx, ry)->otyp == STATUE) otmp = vobj_at(rx, ry);

Completed in 86 milliseconds