Home
last modified time | relevance | path

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

/openbsd-src/games/hack/
H A Dhack.mkmaze.c100 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 Dhack.mkshop.c70 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 Dhack.makemon.c78 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 Dhack.wizard.c200 (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 Dhack.search.c94 (void) makemon(PM_PIERCER, zx, zy); in findit()
150 (void) makemon(PM_PIERCER,x,y); in dosearch()
H A Dhack.unix.c345 extern struct monst *makemon(); in newmail()
349 if(md = makemon(&pm_mail_daemon, u.ux, u.uy)) /* always succeeds */ in newmail()
H A Dhack.potion.c68 extern struct monst *makemon(struct permonst *, int, int);
442 if(!(mtmp = makemon(PM_GHOST,u.ux,u.uy))){ in ghost_from_bottle()
H A Dhack.mhitu.c66 extern struct monst *makemon(struct permonst *, int, int);
137 (void) makemon(PM_DEMON,u.ux,u.uy); in mhitu()
H A Dhack.vault.c92 extern struct monst *makemon(struct permonst *, int, int);
208 if(!(guard = makemon(&pm_guard,x,y))) return; in invault()
H A Dhack.bones.c106 if(!(mtmp = makemon(PM_GHOST, u.ux, u.uy))) return; in savebones()
H A DMakequest18 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 DMakefile8 hack.lev.c hack.main.c hack.makemon.c hack.mhitu.c hack.mklev.c \
H A Dhack.dog.c68 extern struct monst *makemon(struct permonst *, int, int);
84 struct monst *mtmp = makemon(&li_dog,u.ux,u.uy); in makedog()
H A Dhack.main.c355 (void) makemon((struct permonst *)0, 0, 0); in main()
H A Dhack.trap.c129 if(makemon(PM_PIERCER,u.ux,u.uy)) { in dotrap()
H A Dhack.mklev.c155 makemon((struct permonst *) 0, somex(), somey()); in makelevel()
784 if ((mtmp = makemon(PM_MIMIC,mx,my))) { in mktrap()
H A Dhack.h414 struct monst *makemon(struct permonst *, int, int);
H A Dhack.read.c209 (void) makemon(confused ? PM_ACID_BLOB : in doread()
H A Dhack.zap.c227 (void) makemon((struct permonst *) 0, u.ux, u.uy); in dozap()