Searched refs:bquan (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/games/hack/
H A Ddef.eshk.h71 unsigned bquan:7; member in struct:bill_x
H A Dhack.shk.c175 obj->quan <= bp->bquan
253 total += bp->price * bp->bquan;
417 bpm->bquan += bp->bquan;
582 ltmp = bp->price * bp->bquan;
672 bp->bquan = obj->quan;
690 if (bp->bquan < otmp->quan) {
693 if (bp->bquan == otmp->quan) {
696 bp->bquan -= otmp->quan;
705 bp->bquan
[all...]

Completed in 105 milliseconds