Home
last modified time | relevance | path

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

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