Home
last modified time | relevance | path

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

/openbsd/games/hack/
H A Dhack.read.c111 useup(otmp); in doread()
134 useup(uarm); in doread()
137 useup(uarmh); in doread()
140 useup(uarmg); in doread()
380 useup(scroll); in doread()
495 useup(scroll); in doread()
H A Dhack.shk.c408 bp->useup = 1; in obfree()
544 if(!pass && !bp->useup) { in dopay()
577 if(!obj->unpaid && !bp->useup){ in dopayobj()
593 if(bp->useup) { in dopayobj()
636 if(bp->useup) in bp_to_obj()
669 bp->useup = 0; in addtobill()
701 bp->useup = 0; in splitbill()
727 bp->useup = 1; in subfrombill()
787 if(bp->useup || in doinvbill()
809 if(bp->useup || bp->bquan > obj->quan) { in doinvbill()
[all …]
H A Dhack.potion.c251 useup(otmp); in dodrink()
280 useup(obj); in strange_feeling()
429 useup(potion); in dodip()
H A Ddef.eshk.h68 unsigned useup:1; member
H A Dhack.wield.c155 useup(uwep); in chwepon()
H A Dhack.eat.c136 useup(tin.tin); in opentin()
333 useup(otmp); in doeat()
H A Dhack.h356 void useup(struct obj *);
H A Dhack.zap.c707 useup(obj); in burn_scrolls()
H A Dhack.pri.c588 useup(obj); in seeobjs()
H A Dhack.invent.c163 useup(struct obj *obj) in useup() function