Home
last modified time | relevance | path

Searched refs:permonst (Results 1 – 24 of 24) sorted by relevance

/openbsd/games/hack/
H A Dhack.monst.c69 struct permonst mons[CMNUM+2] = {
133 struct permonst pm_ghost = { "ghost", ' ', 10, 3, -5, 1, 1, sizeof(plname) };
134 struct permonst pm_wizard = {
138 struct permonst pm_mail_daemon = { "mail daemon", '2', 100, 1, 10, 0, 0, 0 };
140 struct permonst pm_eel = { "giant eel", ';', 15, 6, -3, 3, 6, 0 };
H A Ddef.permonst.h65 struct permonst { struct
71 extern struct permonst mons[]; argument
H A Dhack.mkshop.c70 extern struct monst *makemon(struct permonst *, int, int);
214 struct permonst *morguemon(); in mkzoo()
241 (type == BEEHIVE) ? PM_KILLER_BEE : (struct permonst *) 0, in mkzoo()
265 struct permonst *
268 extern struct permonst pm_ghost; in morguemon()
281 extern struct permonst pm_eel; in mkswamp()
H A Dhack.mkmaze.c66 extern struct permonst pm_wizard;
67 struct permonst hell_hound =
138 (void) makemon((struct permonst *) 0, mm.x, mm.y); in makemaz()
H A Dhack.dog.c68 extern struct monst *makemon(struct permonst *, int, int);
73 struct permonst li_dog =
75 struct permonst dog =
77 struct permonst la_dog =
191 struct permonst *mdat = mtmp->data; in dog_move()
H A Dhack.fight.c68 extern struct permonst li_dog, dog, la_dog;
79 struct permonst *pa = magr->data, *pd = mdef->data; in hitmm()
139 struct permonst *pd = mdef->data; in mondied()
326 struct permonst *mdat; in attack()
H A Dhack.main.c81 extern struct permonst mons[CMNUM+2];
273 struct permonst *pm = mons; in main()
355 (void) makemon((struct permonst *)0, 0, 0); in main()
H A Dhack.wizard.c70 extern struct permonst pm_wizard;
200 (void) makemon((struct permonst *)0, u.ux, u.uy); in inrange()
H A Dhack.save.c267 struct permonst *monbegin; in restmonchn()
282 mtmp->data = (struct permonst *) in restmonchn()
H A Dhack.makemon.c78 makemon(struct permonst *ptr, int x, int y) in makemon()
246 struct permonst *ptr; in mkmon_at()
H A Ddef.monst.h67 struct permonst *data;
H A Dhack.read.c210 (struct permonst *) 0, u.ux, u.uy); in doread()
597 struct permonst *mp; in monstersym()
598 extern struct permonst pm_eel; in monstersym()
H A Dhack.h414 struct monst *makemon(struct permonst *, int, int);
446 struct permonst *morguemon(void);
467 int newcham(struct monst *, struct permonst *);
H A Dhack.potion.c68 extern struct monst *makemon(struct permonst *, int, int);
439 extern struct permonst pm_ghost; in ghost_from_bottle()
H A Dhack.mhitu.c66 extern struct monst *makemon(struct permonst *, int, int);
75 struct permonst *mdat = mtmp->data; in mhitu()
H A Dhack.vault.c92 extern struct monst *makemon(struct permonst *, int, int);
105 static struct permonst pm_guard =
H A Dhack.bones.c69 extern struct permonst pm_ghost;
H A Dhack.mon.c219 struct permonst *mdat; in dochug()
731 struct permonst *mdat; in killed()
856 newcham(struct monst *mtmp, struct permonst *mdat) in newcham()
H A Dhack.unix.c346 extern struct permonst pm_mail_daemon; in newmail()
H A DMakequest36 def.permonst.h def.rm.h def.trap.h def.wseg.h
193 …lass.h def.monst.h def.gold.h def.trap.h def.obj.h def.flag.h def.rm.h def.permonst.h hack.onames.h
H A Dhack.lev.c162 struct permonst *monbegin = &mons[0]; in savemonchn()
H A Dhack.zap.c227 (void) makemon((struct permonst *) 0, u.ux, u.uy); in dozap()
H A Dhack.mklev.c155 makemon((struct permonst *) 0, somex(), somey()); in makelevel()
H A Dhack.shk.c937 struct permonst *mdat = shkp->data; in shk_move()