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
195
const struct permonst *mdat = mtmp->data;
games/hack/hack.dog.c
75
const struct permonst li_dog =
games/hack/hack.dog.c
77
const struct permonst dog =
games/hack/hack.dog.c
79
const struct permonst la_dog =
games/hack/hack.fight.c
150
const struct permonst *pd = mdef->data;
games/hack/hack.fight.c
350
const struct permonst *mdat;
games/hack/hack.fight.c
81
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
165
const struct permonst *monbegin = &mons[0];
games/hack/hack.main.c
294
const struct permonst *pm = mons;
games/hack/hack.main.c
378
(void) makemon((struct permonst *) 0, 0, 0);
games/hack/hack.makemon.c
269
const struct permonst *ptr;
games/hack/hack.makemon.c
83
makemon(const struct permonst *ptr, int x, int y)
games/hack/hack.mhitu.c
79
const struct permonst *mdat = mtmp->data;
games/hack/hack.mklev.c
170
makemon((struct permonst *) 0, somex(), somey());
games/hack/hack.mkmaze.c
145
(void) makemon((struct permonst *) 0, mm.x, mm.y);
games/hack/hack.mkmaze.c
73
static const struct permonst hell_hound =
games/hack/hack.mkshop.c
257
(type == BEEHIVE) ? PM_KILLER_BEE : (struct permonst *) 0,
games/hack/hack.mkshop.c
287
static const struct permonst *
games/hack/hack.mkshop.c
81
static const struct permonst *morguemon(void);
games/hack/hack.mon.c
235
const struct permonst *mdat;
games/hack/hack.mon.c
794
const struct permonst *mdat;
games/hack/hack.mon.c
941
newcham(struct monst *mtmp, const struct permonst *mdat)
games/hack/hack.monst.c
137
const struct permonst pm_ghost = {"ghost", ' ', 10, 3, -5, 1, 1, sizeof(plname)};
games/hack/hack.monst.c
138
const struct permonst pm_wizard = {
games/hack/hack.monst.c
142
const struct permonst pm_mail_daemon = {"mail daemon", '2', 100, 1, 10, 0, 0, 0};
games/hack/hack.monst.c
144
const struct permonst pm_eel = {"giant eel", ';', 15, 6, -3, 3, 6, 0};
games/hack/hack.monst.c
73
const struct permonst mons[CMNUM + 2] = {
games/hack/hack.read.c
223
(struct permonst *) 0, u.ux, u.uy);
games/hack/hack.read.c
633
const struct permonst *mp;
games/hack/hack.save.c
277
struct permonst *monbegin;
games/hack/hack.save.c
299
mtmp->data = (const struct permonst *)
games/hack/hack.shk.c
941
const struct permonst *mdat = shkp->data;
games/hack/hack.vault.c
114
static const struct permonst pm_guard =
games/hack/hack.wizard.c
218
(void) makemon((struct permonst *) 0, u.ux, u.uy);
games/hack/hack.zap.c
244
(void) makemon((struct permonst *) 0, u.ux, u.uy);