Home
last modified time | relevance | path

Searched refs:newcham (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/games/hack/
H A Dhack.mon.c239 (void) newcham(mtmp, &mons[dlevel + 14 + rn2(CMNUM - 14 - dlevel)]); in dochug()
934 (void) newcham(mtmp, PM_CHAMELEON); in rescham()
941 newcham(struct monst *mtmp, const struct permonst *mdat) in newcham() function
H A Dhack.makemon.c155 (void) newcham(mtmp, &mons[dlevel + 14 + rn2(CMNUM - 14 - dlevel)]); in makemon()
H A Dextern.h265 int newcham(struct monst *, const struct permonst *);
H A Dhack.zap.c121 if (newcham(mtmp, &mons[rn2(CMNUM)])) in bhitm()