Home
last modified time | relevance | path

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

/netbsd-src/games/hack/
H A Dhack.mkmaze.c106 if ((mtmp = makemon(&hell_hound, zx, zy)) != NULL) in makemaz()
108 if ((mtmp = makemon(PM_WIZARD, zx + 1, zy)) != NULL) { in makemaz()
142 (void) makemon(PM_MINOTAUR, mm.x, mm.y); in makemaz()
145 (void) makemon((struct permonst *) 0, mm.x, mm.y); in makemaz()
H A Dhack.mkshop.c187 if (!(shk = makemon(PM_SHK, sx, sy))) in mkshop()
212 (mtmp = makemon(PM_MIMIC, sx, sy))) { in mkshop()
255 mon = makemon( in mkzoo()
320 (void) makemon(PM_EEL, sx, sy); in mkswamp()
H A Dhack.makemon.c83 makemon(const struct permonst *ptr, int x, int y) in makemon() function
177 (void) makemon(ptr, mm.x, mm.y); in makemon()
274 return (makemon(ptr, x, y)); in mkmon_at()
H A Dhack.wizard.c218 (void) makemon((struct permonst *) 0, u.ux, u.uy); in inrange()
276 if ((mtmp2 = makemon(PM_WIZARD, mtmp->mx, mtmp->my)) != NULL) { in clonewiz()
H A Dhack.search.c100 (void) makemon(PM_PIERCER, zx, zy); in findit()
164 (void) makemon(PM_PIERCER, x, y); in dosearch()
H A DMakequest17 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
H A Dhack.bones.c112 if (!(mtmp = makemon(PM_GHOST, u.ux, u.uy))) in savebones()
H A DMakefile12 hack.lev.c hack.main.c hack.makemon.c hack.mhitu.c hack.mklev.c \
H A Dhack.unix.c424 if (md = makemon(&pm_mail_daemon, u.ux, u.uy)) /* always succeeds */ in newmail()
H A Dhack.potion.c455 if (!(mtmp = makemon(PM_GHOST, u.ux, u.uy))) { in ghost_from_bottle()
H A Dextern.h215 struct monst *makemon(const struct permonst *, int, int);
H A Dhack.main.c378 (void) makemon((struct permonst *) 0, 0, 0); in main()
H A Dhack.vault.c223 if (!(guard = makemon(&pm_guard, x, y))) in invault()
H A Dhack.mhitu.c142 (void) makemon(PM_DEMON, u.ux, u.uy); in mhitu()
H A Dhack.trap.c134 if (makemon(PM_PIERCER, u.ux, u.uy)) { in dotrap()
H A Dhack.mklev.c170 makemon((struct permonst *) 0, somex(), somey()); in makelevel()
828 if ((mtmp = makemon(PM_MIMIC, mx, my)) != NULL) { in mktrap()
H A Dhack.read.c222 (void) makemon(confused ? PM_ACID_BLOB : in doread()
H A Dhack.dog.c88 struct monst *mtmp = makemon(&li_dog, u.ux, u.uy); in makedog()
H A Dhack.zap.c244 (void) makemon((struct permonst *) 0, u.ux, u.uy); in dozap()