HomeSort by: relevance | last modified time | path
    Searched refs:newmonst (Results 1 - 6 of 6) sorted by relevancy

  /src/games/hack/
def.monst.h 110 #define newmonst(xl) ((struct monst *) alloc((xl) + sizeof(struct monst))) macro
hack.do_name.c 158 mtmp2 = newmonst(mtmp->mxlth + lth);
hack.makemon.c 119 mtmp = newmonst(ptr->pxlth);
hack.save.c 291 mtmp = newmonst(xl);
hack.worm.c 232 mtmp2 = newmonst(0);
hack.dog.c 516 mtmp2 = newmonst(sizeof(struct edog) + mtmp->mnamelth);

Completed in 14 milliseconds