Home
last modified time | relevance | path

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

/dragonfly/games/hack/
H A Ddef.eshk.h84 int visitct; /* nr of visits by most recent customer */ member
H A Dhack.fix103 if(!ESHK(shopkeeper)->visitct ||
111 if(!ESHK(shopkeeper)->visitct ||
H A Dhack.shk.c311 if (!ESHK(shopkeeper)->visitct || in inshop()
315 ESHK(shopkeeper)->visitct = 0; in inshop()
325 ESHK(shopkeeper)->visitct++ ? " again" : "", in inshop()
H A Dhack.mkshop.c193 ESHK->visitct = 0; in mkshop()