#include <eshk.h>
Data Fields | |
long | robbed |
long | credit |
long | debit |
long | loan |
int | shoptype |
schar | shoproom |
schar | unused |
boolean | following |
boolean | surcharge |
boolean | cheapskate |
coord | shk |
coord | shd |
d_level | shoplevel |
int | billct |
struct bill_x | bill [BILLSZ] |
struct bill_x * | bill_p |
int | visitct |
char | customer [PL_NSIZ] |
char | shknam [PL_NSIZ] |
struct bill_x eshk::bill[BILLSZ] |
Referenced by after_shk_move(), restshk(), and u_entered_shop().
struct bill_x* eshk::bill_p |
Referenced by after_shk_move(), doinvbill(), dopay(), restshk(), shkgone(), and u_entered_shop().
int eshk::billct |
Referenced by doinvbill(), dopay(), inherits(), make_angry_shk(), remote_burglary(), sellobj(), shk_chat(), shk_move(), and u_left_shop().
long eshk::credit |
Referenced by costly_gold(), dopay(), make_angry_shk(), rob_shop(), sellobj(), shk_chat(), and shopper_financial_report().
char eshk::customer[PL_NSIZ] |
Referenced by dopay(), inherits(), restshk(), shk_chat(), shk_move(), and u_entered_shop().
long eshk::debit |
Referenced by costly_gold(), doinvbill(), dopay(), inherits(), make_angry_shk(), remote_burglary(), rob_shop(), sellobj(), shk_chat(), shk_move(), and u_left_shop().
Referenced by inherits(), is_fshk(), make_happy_shk(), shk_chat(), shk_move(), and u_entered_shop().
long eshk::loan |
Referenced by costly_gold(), dopay(), make_angry_shk(), and sellobj().
long eshk::robbed |
Referenced by dopay(), inherits(), make_angry_shk(), make_happy_shk(), rob_shop(), sellobj(), shk_chat(), shk_move(), and u_entered_shop().
Referenced by make_happy_shk(), and shk_move().
Referenced by set_repo_loc(), and shk_move().
char eshk::shknam[PL_NSIZ] |
Referenced by inhishop(), make_happy_shk(), restshk(), and shkgone().
Referenced by inherits(), inhishop(), shk_has_leather_jackets(), and shkgone().
int eshk::shoptype |
Referenced by dopay(), rob_shop(), and shopper_financial_report().
int eshk::visitct |
Referenced by u_entered_shop().