Home
last modified time | relevance | path

Searched refs:newmonst (Results 1 – 6 of 6) sorted by relevance

/openbsd/games/hack/
H A Ddef.monst.h109 #define newmonst(xl) (struct monst *) alloc((unsigned)(xl) + sizeof(struct monst)) macro
H A Dhack.worm.c221 mtmp2 = newmonst(0); in cutworm()
H A Dhack.save.c276 mtmp = newmonst(xl); in restmonchn()
H A Dhack.do_name.c153 mtmp2 = newmonst(mtmp->mxlth + lth); in do_mname()
H A Dhack.makemon.c105 mtmp = newmonst(ptr->pxlth); in makemon()
H A Dhack.dog.c485 mtmp2 = newmonst(sizeof(struct edog) + mtmp->mnamelth); in tamedog()