Home
last modified time | relevance | path

Searched refs:o_id (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/games/hack/
Dhack.steal.c121 if (otmp->o_id == stealoid) { in stealarm()
171 if (otmp->o_id == stealoid) in steal()
201 stealoid = otmp->o_id; in steal()
Dhack.apply.c213 obj->o_cnt_id = current_ice_box->o_id; in in_ice_box()
223 return (obj->o_cnt_id == current_ice_box->o_id); in ck_ice_box()
251 if (otmp->o_cnt_id == obj->o_id) in use_ice_box()
Dhack.save.c259 if (!otmp->o_id) in restobjchn()
260 otmp->o_id = flags.ident++; in restobjchn()
Ddef.obj.h68 unsigned o_id; member
Dhack.bones.c132 otmp->o_id = 0; in savebones()
Dhack.shk.c386 if (bp->bo_id == obj->o_id) { in onbill()
671 bp->bo_id = obj->o_id; in addtobill()
704 bp->bo_id = otmp->o_id; in splitbill()
727 bp->bo_id = otmp->o_id = flags.ident++; in subfrombill()
Dhack.mkobj.c121 otmp->o_id = flags.ident++; in mksobj()
Dhack.do.c535 otmp->o_id = flags.ident++; in splitobj()
Dhack.invent.c331 if (objchn->o_id == id) in o_on()