Home
last modified time | relevance | path

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

/openbsd-src/games/hack/
H A Ddef.eshk.h73 struct eshk { struct
74 long int robbed; /* amount stolen by most recent customer */
75 boolean following; /* following customer since he owes us sth */
76 schar shoproom; /* index in rooms; set by inshop() */
77 coord shk; /* usual position shopkeeper */
78 coord shd; /* position shop door */
79 int shoplevel; /* level of his shop */
80 int billct;
81 struct bill_x bill[BILLSZ];
82 int visitct; /* nr of visits by most recent customer */
[all …]
H A Dhack.shk.c202 struct eshk *eshk = ESHK(mtmp); in shkdead() local