Searched refs:billct (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/games/hack/
H A Ddef.eshk.h82 int billct; member in struct:eshk
H A Dhack.shk.c242 ESHK(shopkeeper)->billct = 0;
249 int ct = ESHK(shopkeeper)->billct;
267 if (ESHK(shopkeeper)->billct) {
385 for (bp = bill; bp < &bill[ESHK(shopkeeper)->billct]; bp++)
418 ESHK(shopkeeper)->billct--;
419 *bp = bill[ESHK(shopkeeper)->billct];
497 if (!ESHK(shkp)->billct) {
542 while (tmp < ESHK(shopkeeper)->billct) {
550 bill[tmp] = bill[--ESHK(shopkeeper)->billct];
615 if (shlevel == dlevel && shopkeeper && ESHK(shopkeeper)->billct) {
[all...]
H A Dhack.mkshop.c201 ESHK->billct = 0;

Completed in 101 milliseconds