Home
last modified time | relevance | path

Searched defs:eshk (Results 1 – 2 of 2) sorted by relevance

/dragonfly/games/hack/
H A Ddef.eshk.h75 struct eshk { struct
76 long int robbed; /* amount stolen by most recent customer */
78 schar shoproom; /* index in rooms; set by inshop() */
79 coord shk; /* usual position shopkeeper */
80 coord shd; /* position shop door */
81 int shoplevel; /* level of his shop */
82 int billct;
83 struct bill_x bill[BILLSZ];
84 int visitct; /* nr of visits by most recent customer */
85 char customer[PL_NSIZ]; /* most recent customer */
[all …]
H A Dhack.shk.c194 struct eshk *eshk = ESHK(mtmp); in shkdead() local