Home
last modified time | relevance | path

Searched refs:makemon (Results 1 – 19 of 19) sorted by relevance

/dragonfly/games/hack/
HDhack.mkmaze.c101 if ((mtmp = makemon(&hell_hound, zx, zy)) != NULL) in makemaz()
103 if ((mtmp = makemon(PM_WIZARD, zx + 1, zy)) != NULL) { in makemaz()
137 (void) makemon(PM_MINOTAUR, mm.x, mm.y); in makemaz()
140 (void) makemon((struct permonst *) 0, mm.x, mm.y); in makemaz()
HDhack.mkshop.c182 if (!(shk = makemon(PM_SHK, sx, sy))) in mkshop()
207 (mtmp = makemon(PM_MIMIC, sx, sy))) { in mkshop()
250 mon = makemon( in mkzoo()
315 (void) makemon(PM_EEL, sx, sy); in mkswamp()
HDhack.makemon.c78 makemon(const struct permonst *ptr, int x, int y) in makemon() function
172 (void) makemon(ptr, mm.x, mm.y); in makemon()
269 return (makemon(ptr, x, y)); in mkmon_at()
HDhack.wizard.c213 (void) makemon((struct permonst *) 0, u.ux, u.uy); in inrange()
271 if ((mtmp2 = makemon(PM_WIZARD, mtmp->mx, mtmp->my)) != NULL) { in clonewiz()
HDhack.search.c95 (void) makemon(PM_PIERCER, zx, zy); in findit()
159 … (void) makemon(PM_PIERCER, x, y); in dosearch()
HDhack.bones.c107 if (!(mtmp = makemon(PM_GHOST, u.ux, u.uy))) in savebones()
HDMakequest17 hack.lev.c hack.main.c hack.makemon.c hack.mhitu.c\
46 hack.lev.o hack.main.o hack.makemon.o hack.mhitu.o hack.mklev.o\
155 hack.makemon.o: hack.h
HDhack.unix.c419 if (md = makemon(&pm_mail_daemon, u.ux, u.uy)) /* always succeeds */ in newmail()
HDhack.potion.c450 if (!(mtmp = makemon(PM_GHOST, u.ux, u.uy))) { in ghost_from_bottle()
HDhack.vault.c218 if (!(guard = makemon(&pm_guard, x, y))) in invault()
HDhack.main.c373 (void) makemon((struct permonst *) 0, 0, 0); in main()
HDextern.h215 struct monst *makemon(const struct permonst *, int, int);
HDhack.mhitu.c137 (void) makemon(PM_DEMON, u.ux, u.uy); in mhitu()
HDhack.trap.c129 if (makemon(PM_PIERCER, u.ux, u.uy)) { in dotrap()
HDhack.mklev.c165 makemon((struct permonst *) 0, somex(), somey()); in makelevel()
823 if ((mtmp = makemon(PM_MIMIC, mx, my)) != NULL) { in mktrap()
HDhack.read.c217 (void) makemon(confused ? PM_ACID_BLOB : in doread()
HDhack.dog.c83 struct monst *mtmp = makemon(&li_dog, u.ux, u.uy); in makedog()
HDhack.zap.c239 (void) makemon((struct permonst *) 0, u.ux, u.uy); in dozap()
/dragonfly/games/hack/hack/
HDMakefile10 hack.lev.c hack.main.c hack.makemon.c hack.mhitu.c hack.mklev.c \