Home | History | Annotate | Download | only in hack

Lines Matching defs:mtmp

78 	struct monst   *mtmp;
150 for (mtmp = fmon; mtmp; mtmp = mtmp->nmon)
151 if (mtmp->mx > 0)
152 at(mtmp->mx, mtmp->my, mtmp->data->mlet);
453 struct monst *mtmp;
455 if (!(mtmp = makemon(PM_GHOST, u.ux, u.uy))) {
459 mnexto(mtmp);