HomeSort by: relevance | last modified time | path
    Searched refs:billct (Results 1 - 3 of 3) sorted by relevancy

  /src/games/hack/
def.eshk.h 82 int billct; member in struct:eshk
hack.shk.c 242 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...]
hack.mkshop.c 201 ESHK->billct = 0;

Completed in 12 milliseconds