Searched refs:billct (Results 1 – 4 of 4) sorted by relevance
242 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 …]
47 if(ESHK(shopkeeper)->billct) {55 if(ESHK(shopkeeper)->billct) {61 if(ESHK(shopkeeper)->billct) {70 if(ESHK(shopkeeper)->billct) {
82 int billct; member
201 ESHK->billct = 0; in mkshop()