Lines Matching defs:mtmp
225 struct monst *mtmp;
227 for (mtmp = fmon; mtmp; mtmp = mtmp->nmon)
228 if (mtmp->m_id == mid)
232 u.ustuck = mtmp;
273 struct monst *mtmp, *mtmp2 = NULL;
291 mtmp = newmonst(xl);
293 first = mtmp;
295 mtmp2->nmon = mtmp;
296 mread(fd, mtmp, (unsigned) xl + sizeof(struct monst));
297 if (!mtmp->m_id)
298 mtmp->m_id = flags.ident++;
299 mtmp->data = (const struct permonst *)
300 ((const char *) mtmp->data + differ);
301 if (mtmp->minvent)
302 mtmp->minvent = restobjchn(fd);
303 mtmp2 = mtmp;