| /netbsd-src/games/hack/ |
| H A D | hack.mkmaze.c | 106 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 D | hack.mkshop.c | 187 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 D | hack.makemon.c | 83 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 D | hack.wizard.c | 218 (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 D | hack.search.c | 100 (void) makemon(PM_PIERCER, zx, zy); in findit() 164 (void) makemon(PM_PIERCER, x, y); in dosearch()
|
| H A D | 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
|
| H A D | hack.bones.c | 112 if (!(mtmp = makemon(PM_GHOST, u.ux, u.uy))) in savebones()
|
| H A D | Makefile | 12 hack.lev.c hack.main.c hack.makemon.c hack.mhitu.c hack.mklev.c \
|
| H A D | hack.unix.c | 424 if (md = makemon(&pm_mail_daemon, u.ux, u.uy)) /* always succeeds */ in newmail()
|
| H A D | hack.potion.c | 455 if (!(mtmp = makemon(PM_GHOST, u.ux, u.uy))) { in ghost_from_bottle()
|
| H A D | extern.h | 215 struct monst *makemon(const struct permonst *, int, int);
|
| H A D | hack.main.c | 378 (void) makemon((struct permonst *) 0, 0, 0); in main()
|
| H A D | hack.vault.c | 223 if (!(guard = makemon(&pm_guard, x, y))) in invault()
|
| H A D | hack.mhitu.c | 142 (void) makemon(PM_DEMON, u.ux, u.uy); in mhitu()
|
| H A D | hack.trap.c | 134 if (makemon(PM_PIERCER, u.ux, u.uy)) { in dotrap()
|
| H A D | hack.mklev.c | 170 makemon((struct permonst *) 0, somex(), somey()); in makelevel() 828 if ((mtmp = makemon(PM_MIMIC, mx, my)) != NULL) { in mktrap()
|
| H A D | hack.read.c | 222 (void) makemon(confused ? PM_ACID_BLOB : in doread()
|
| H A D | hack.dog.c | 88 struct monst *mtmp = makemon(&li_dog, u.ux, u.uy); in makedog()
|
| H A D | hack.zap.c | 244 (void) makemon((struct permonst *) 0, u.ux, u.uy); in dozap()
|