Home | History | Annotate | Download | only in hack

Lines Matching defs:mtmp2

194 	struct monst   *mtmp2;
367 mtmp2 = m_at(nx, ny);
368 if (mtmp2 == NULL)
370 if (mtmp2->data->mlevel >= mdat->mlevel + 2 ||
371 mtmp2->data->mlet == 'c')
376 if (hitmm(mtmp, mtmp2) == 1 && rn2(4) &&
377 mtmp2->mlstmv != moves &&
378 hitmm(mtmp2, mtmp) == 2)
493 struct monst *mtmp2;
516 mtmp2 = newmonst(sizeof(struct edog) + mtmp->mnamelth);
517 *mtmp2 = *mtmp;
518 mtmp2->mxlth = sizeof(struct edog);
520 (void) strcpy(NAME(mtmp2), NAME(mtmp));
521 initedog(mtmp2);
522 replmon(mtmp, mtmp2);