Home
last modified time | relevance | path

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

/netbsd/games/hack/
H A Dhack.shk.c404 bp->useup = 1; in obfree()
544 if (!pass && !bp->useup) { in dopay()
577 if (!obj->unpaid && !bp->useup) { in dopayobj()
594 if (bp->useup) { in dopayobj()
640 if (bp->useup) in bp_to_obj()
673 bp->useup = 0; in addtobill()
706 bp->useup = 0; in splitbill()
731 bp->useup = 1; in subfrombill()
792 if (bp->useup || in doinvbill()
812 if (bp->useup || bp->bquan > obj->quan) { in doinvbill()
[all …]
H A Dhack.read.c119 useup(otmp); in doread()
142 useup(uarm); in doread()
145 useup(uarmh); in doread()
148 useup(uarmg); in doread()
408 useup(scroll); in doread()
529 useup(scroll); in doread()
H A Dhack.potion.c263 useup(otmp); in dodrink()
292 useup(obj); in strange_feeling()
442 useup(potion); in dodip()
H A Ddef.eshk.h70 unsigned useup:1; member
H A Dhack.eat.c138 useup(tin.tin); in opentin()
344 useup(otmp); in doeat()
H A Dhack.wield.c158 useup(uwep); in chwepon()
H A Dextern.h165 void useup(struct obj *);
H A Dhack.zap.c747 useup(obj); in burn_scrolls()
H A Dhack.pri.c634 useup(obj); in seeobjs()
H A Dhack.invent.c168 useup(struct obj *obj) in useup() function