Home
last modified time | relevance | path

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

/netbsd/src/games/hack/
Ddef.eshk.h84 int visitct; /* nr of visits by most recent customer */ member
Dhack.fix103 if(!ESHK(shopkeeper)->visitct ||
111 if(!ESHK(shopkeeper)->visitct ||
Dhack.shk.c316 if (!ESHK(shopkeeper)->visitct || in inshop()
320 ESHK(shopkeeper)->visitct = 0; in inshop()
330 ESHK(shopkeeper)->visitct++ ? " again" : "", in inshop()
Dhack.mkshop.c198 ESHK->visitct = 0; in mkshop()