Searched refs:makemon (Results 1 – 19 of 19) sorted by relevance
| /dragonfly/games/hack/ |
| HD | hack.mkmaze.c | 101 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()
|
| HD | hack.mkshop.c | 182 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()
|
| HD | hack.makemon.c | 78 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()
|
| HD | hack.wizard.c | 213 (void) makemon((struct permonst *) 0, u.ux, u.uy); in inrange() 271 if ((mtmp2 = makemon(PM_WIZARD, mtmp->mx, mtmp->my)) != NULL) { in clonewiz()
|
| HD | hack.search.c | 95 (void) makemon(PM_PIERCER, zx, zy); in findit() 159 … (void) makemon(PM_PIERCER, x, y); in dosearch()
|
| HD | hack.bones.c | 107 if (!(mtmp = makemon(PM_GHOST, u.ux, u.uy))) in savebones()
|
| HD | Makequest | 17 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
|
| HD | hack.unix.c | 419 if (md = makemon(&pm_mail_daemon, u.ux, u.uy)) /* always succeeds */ in newmail()
|
| HD | hack.potion.c | 450 if (!(mtmp = makemon(PM_GHOST, u.ux, u.uy))) { in ghost_from_bottle()
|
| HD | hack.vault.c | 218 if (!(guard = makemon(&pm_guard, x, y))) in invault()
|
| HD | hack.main.c | 373 (void) makemon((struct permonst *) 0, 0, 0); in main()
|
| HD | extern.h | 215 struct monst *makemon(const struct permonst *, int, int);
|
| HD | hack.mhitu.c | 137 (void) makemon(PM_DEMON, u.ux, u.uy); in mhitu()
|
| HD | hack.trap.c | 129 if (makemon(PM_PIERCER, u.ux, u.uy)) { in dotrap()
|
| HD | hack.mklev.c | 165 makemon((struct permonst *) 0, somex(), somey()); in makelevel() 823 if ((mtmp = makemon(PM_MIMIC, mx, my)) != NULL) { in mktrap()
|
| HD | hack.read.c | 217 (void) makemon(confused ? PM_ACID_BLOB : in doread()
|
| HD | hack.dog.c | 83 struct monst *mtmp = makemon(&li_dog, u.ux, u.uy); in makedog()
|
| HD | hack.zap.c | 239 (void) makemon((struct permonst *) 0, u.ux, u.uy); in dozap()
|
| /dragonfly/games/hack/hack/ |
| HD | Makefile | 10 hack.lev.c hack.main.c hack.makemon.c hack.mhitu.c hack.mklev.c \
|