Home
last modified time | relevance | path

Searched refs:onbill (Results 1 – 2 of 2) sorted by relevance

/openbsd/games/hack/
H A Dhack.fix7 The crashes occurred in the onbill-routine. After investigating the core
9 if you leave a shop the bill will be cleared and onbill() would not
24 onbill() will dump the core.
H A Dhack.shk.c185 static struct bill_x *onbill(struct obj *);
385 onbill(struct obj *obj) in onbill() function
403 struct bill_x *bp = onbill(obj); in obfree()
414 bpm = onbill(merge); in obfree()
660 onbill(obj) /* perhaps we threw it away earlier */ in addtobill()
681 bp = onbill(obj); in splitbill()
718 if((bp = onbill(obj)) != 0){ in subfrombill()