Searched defs:eshk (Results 1 – 2 of 2) sorted by relevance
73 struct eshk { struct74 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 …]
202 struct eshk *eshk = ESHK(mtmp); in shkdead() local