Symbol: permonst
games/hack/def.monst.h
68
const struct permonst *data;
games/hack/def.permonst.h
73
extern const struct permonst mons[];
games/hack/extern.h
215
struct monst *makemon(const struct permonst *, int, int);
games/hack/extern.h
265
int newcham(struct monst *, const struct permonst *);
games/hack/hack.dog.c
190
const struct permonst *mdat = mtmp->data;
games/hack/hack.dog.c
70
const struct permonst li_dog =
games/hack/hack.dog.c
72
const struct permonst dog =
games/hack/hack.dog.c
74
const struct permonst la_dog =
games/hack/hack.fight.c
145
const struct permonst *pd = mdef->data;
games/hack/hack.fight.c
345
const struct permonst *mdat;
games/hack/hack.fight.c
76
const struct permonst *pa = magr->data, *pd = mdef->data;
games/hack/hack.h
230
extern const struct permonst li_dog, dog, la_dog;
games/hack/hack.h
231
extern const struct permonst pm_eel;
games/hack/hack.h
232
extern const struct permonst pm_ghost;
games/hack/hack.h
233
extern const struct permonst pm_mail_daemon;
games/hack/hack.h
234
extern const struct permonst pm_wizard;
games/hack/hack.lev.c
160
const struct permonst *monbegin = &mons[0];
games/hack/hack.main.c
289
const struct permonst *pm = mons;
games/hack/hack.main.c
373
(void) makemon((struct permonst *) 0, 0, 0);
games/hack/hack.makemon.c
264
const struct permonst *ptr;
games/hack/hack.makemon.c
78
makemon(const struct permonst *ptr, int x, int y)
games/hack/hack.mhitu.c
74
const struct permonst *mdat = mtmp->data;
games/hack/hack.mklev.c
165
makemon((struct permonst *) 0, somex(), somey());
games/hack/hack.mkmaze.c
140
(void) makemon((struct permonst *) 0, mm.x, mm.y);
games/hack/hack.mkmaze.c
68
static const struct permonst hell_hound =
games/hack/hack.mkshop.c
252
(type == BEEHIVE) ? PM_KILLER_BEE : (struct permonst *) 0,
games/hack/hack.mkshop.c
282
static const struct permonst *
games/hack/hack.mkshop.c
76
static const struct permonst *morguemon(void);
games/hack/hack.mon.c
230
const struct permonst *mdat;
games/hack/hack.mon.c
789
const struct permonst *mdat;
games/hack/hack.mon.c
936
newcham(struct monst *mtmp, const struct permonst *mdat)
games/hack/hack.monst.c
132
const struct permonst pm_ghost = {"ghost", ' ', 10, 3, -5, 1, 1, sizeof(plname)};
games/hack/hack.monst.c
133
const struct permonst pm_wizard = {
games/hack/hack.monst.c
137
const struct permonst pm_mail_daemon = {"mail daemon", '2', 100, 1, 10, 0, 0, 0};
games/hack/hack.monst.c
139
const struct permonst pm_eel = {"giant eel", ';', 15, 6, -3, 3, 6, 0};
games/hack/hack.monst.c
68
const struct permonst mons[CMNUM + 2] = {
games/hack/hack.read.c
218
(struct permonst *) 0, u.ux, u.uy);
games/hack/hack.read.c
628
const struct permonst *mp;
games/hack/hack.save.c
272
struct permonst *monbegin;
games/hack/hack.save.c
294
mtmp->data = (const struct permonst *)
games/hack/hack.shk.c
936
const struct permonst *mdat = shkp->data;
games/hack/hack.vault.c
109
static const struct permonst pm_guard =
games/hack/hack.wizard.c
213
(void) makemon((struct permonst *) 0, u.ux, u.uy);
games/hack/hack.zap.c
239
(void) makemon((struct permonst *) 0, u.ux, u.uy);