Lines Matching defs:eshk
75 struct eshk { struct
76 long int robbed; /* amount stolen by most recent customer */
77 boolean following; /* following customer since he owes us sth */
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 */
86 char shknam[PL_NSIZ];