Home
last modified time | relevance | path

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

/openbsd-src/games/hack/
H A Dhack.worm.c89 initworm(struct monst *mtmp) in initworm() function
H A Dhack.makemon.c148 initworm(mtmp); in makemon()
H A Dhack.h716 void initworm(struct monst *);
H A Dhack.mon.c885 if(mdat->mlet == 'w' && getwn(mtmp)) initworm(mtmp); in newcham()