Searched defs:monst (Results 1 – 2 of 2) sorted by relevance
65 struct monst { struct66 struct monst *nmon; argument67 struct permonst *data; argument72 coord mtrack[MTSZ]; /* monster track */ argument73 schar mhp,mhpmax;74 char mappearance; /* nonzero for undetected 'M's and for '1's */106 long mextra[1]; /* monster dependent info */ argument109 #define newmonst(xl) (struct monst *) alloc((unsigned)(xl) + sizeof(struct monst)) argument
369 void (*fhitm)(struct monst *, struct obj *), in bhit()