HomeSort by: relevance | last modified time | path
    Searched refs:useup (Results 1 - 10 of 10) sorted by relevancy

  /src/games/hack/
def.eshk.h 70 unsigned useup:1; member in struct:bill_x
hack.read.c 119 useup(otmp);
142 useup(uarm);
145 useup(uarmh);
148 useup(uarmg);
408 useup(scroll);
529 useup(scroll);
hack.wield.c 158 useup(uwep);
hack.shk.c 168 struct obj *billobjs; /* objects on bill with bp->useup */
174 invariants: obj->unpaid iff onbill(obj) [unless bp->useup]
404 bp->useup = 1;
544 if (!pass && !bp->useup) {
577 if (!obj->unpaid && !bp->useup) {
594 if (bp->useup) {
640 if (bp->useup)
673 bp->useup = 0;
706 bp->useup = 0;
731 bp->useup = 1
    [all...]
hack.potion.c 263 useup(otmp);
292 useup(obj);
442 useup(potion);
hack.eat.c 138 useup(tin.tin);
344 useup(otmp);
extern.h 165 void useup(struct obj *);
hack.pri.c 634 useup(obj);
hack.zap.c 747 useup(obj);
hack.invent.c 168 useup(struct obj *obj) function in typeref:typename:void

Completed in 19 milliseconds