Home
last modified time | relevance | path

Searched refs:billct (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/games/hack/
Dhack.shk.c242 ESHK(shopkeeper)->billct = 0; in setpaid()
249 int ct = ESHK(shopkeeper)->billct; in addupbill()
267 if (ESHK(shopkeeper)->billct) { in inshop()
385 for (bp = bill; bp < &bill[ESHK(shopkeeper)->billct]; bp++) in onbill()
418 ESHK(shopkeeper)->billct--; in obfree()
419 *bp = bill[ESHK(shopkeeper)->billct]; in obfree()
497 if (!ESHK(shkp)->billct) { in dopay()
542 while (tmp < ESHK(shopkeeper)->billct) { in dopay()
550 bill[tmp] = bill[--ESHK(shopkeeper)->billct]; in dopay()
615 if (shlevel == dlevel && shopkeeper && ESHK(shopkeeper)->billct) { in paybill()
[all …]
Dhack.fix47 if(ESHK(shopkeeper)->billct) {
55 if(ESHK(shopkeeper)->billct) {
61 if(ESHK(shopkeeper)->billct) {
70 if(ESHK(shopkeeper)->billct) {
Ddef.eshk.h82 int billct; member
Dhack.mkshop.c201 ESHK->billct = 0; in mkshop()