Searched refs:newmonst (Results 1 – 6 of 6) sorted by relevance
109 #define newmonst(xl) (struct monst *) alloc((unsigned)(xl) + sizeof(struct monst)) macro
221 mtmp2 = newmonst(0); in cutworm()
276 mtmp = newmonst(xl); in restmonchn()
153 mtmp2 = newmonst(mtmp->mxlth + lth); in do_mname()
105 mtmp = newmonst(ptr->pxlth); in makemon()
485 mtmp2 = newmonst(sizeof(struct edog) + mtmp->mnamelth); in tamedog()