Home
last modified time | relevance | path

Searched defs:monst (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/games/hack/
H A Ddef.monst.h65 struct monst { struct
66 struct monst *nmon; argument
67 struct permonst *data; argument
72 coord mtrack[MTSZ]; /* monster track */ argument
73 schar mhp,mhpmax;
74 char mappearance; /* nonzero for undetected 'M's and for '1's */
106 long mextra[1]; /* monster dependent info */ argument
109 #define newmonst(xl) (struct monst *) alloc((unsigned)(xl) + sizeof(struct monst)) argument
H A Dhack.zap.c369 void (*fhitm)(struct monst *, struct obj *), in bhit()