| /openbsd-src/games/hack/ |
| H A D | hack.mkmaze.c | 100 if ((mtmp = makemon(&hell_hound, zx, zy))) in makemaz() 102 if ((mtmp = makemon(PM_WIZARD, zx+1, zy))) { in makemaz() 135 (void) makemon(PM_MINOTAUR, mm.x, mm.y); in makemaz() 138 (void) makemon((struct permonst *) 0, mm.x, mm.y); in makemaz()
|
| H A D | hack.mkshop.c | 70 extern struct monst *makemon(struct permonst *, int, int); 173 if(!(shk = makemon(PM_SHK,sx,sy))) return; in mkshop() 196 (mtmp = makemon(PM_MIMIC, sx, sy))){ in mkshop() 239 mon = makemon( in mkzoo() 298 (void) makemon(PM_EEL, sx, sy); in mkswamp()
|
| H A D | hack.makemon.c | 78 makemon(struct permonst *ptr, int x, int y) in makemon() function 158 (void) makemon(ptr, mm.x, mm.y); in makemon() 251 return(makemon(ptr,x,y)); in mkmon_at()
|
| H A D | hack.wizard.c | 200 (void) makemon((struct permonst *)0, u.ux, u.uy); in inrange() 250 if ((mtmp2 = makemon(PM_WIZARD, mtmp->mx, mtmp->my))) { in clonewiz()
|
| H A D | hack.search.c | 94 (void) makemon(PM_PIERCER, zx, zy); in findit() 150 (void) makemon(PM_PIERCER,x,y); in dosearch()
|
| H A D | hack.unix.c | 345 extern struct monst *makemon(); in newmail() 349 if(md = makemon(&pm_mail_daemon, u.ux, u.uy)) /* always succeeds */ in newmail()
|
| H A D | hack.potion.c | 68 extern struct monst *makemon(struct permonst *, int, int); 442 if(!(mtmp = makemon(PM_GHOST,u.ux,u.uy))){ in ghost_from_bottle()
|
| H A D | hack.mhitu.c | 66 extern struct monst *makemon(struct permonst *, int, int); 137 (void) makemon(PM_DEMON,u.ux,u.uy); in mhitu()
|
| H A D | hack.vault.c | 92 extern struct monst *makemon(struct permonst *, int, int); 208 if(!(guard = makemon(&pm_guard,x,y))) return; in invault()
|
| H A D | hack.bones.c | 106 if(!(mtmp = makemon(PM_GHOST, u.ux, u.uy))) return; in savebones()
|
| H A D | Makequest | 18 hack.lev.c hack.main.c hack.makemon.c hack.mhitu.c\ 47 hack.lev.o hack.main.o hack.makemon.o hack.mhitu.o hack.mklev.o\ 156 hack.makemon.o: hack.h
|
| H A D | Makefile | 8 hack.lev.c hack.main.c hack.makemon.c hack.mhitu.c hack.mklev.c \
|
| H A D | hack.dog.c | 68 extern struct monst *makemon(struct permonst *, int, int); 84 struct monst *mtmp = makemon(&li_dog,u.ux,u.uy); in makedog()
|
| H A D | hack.main.c | 355 (void) makemon((struct permonst *)0, 0, 0); in main()
|
| H A D | hack.trap.c | 129 if(makemon(PM_PIERCER,u.ux,u.uy)) { in dotrap()
|
| H A D | hack.mklev.c | 155 makemon((struct permonst *) 0, somex(), somey()); in makelevel() 784 if ((mtmp = makemon(PM_MIMIC,mx,my))) { in mktrap()
|
| H A D | hack.h | 414 struct monst *makemon(struct permonst *, int, int);
|
| H A D | hack.read.c | 209 (void) makemon(confused ? PM_ACID_BLOB : in doread()
|
| H A D | hack.zap.c | 227 (void) makemon((struct permonst *) 0, u.ux, u.uy); in dozap()
|