Home
last modified time | relevance | path

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

/netbsd-src/games/hack/
H A Ddef.monst.h66 struct monst { struct
67 struct monst *nmon; argument
68 const struct permonst *data; argument
73 coord mtrack[MTSZ]; /* monster track */ argument
74 schar mhp,mhpmax;
75 char mappearance; /* nonzero for undetected 'M's and for '1's */
107 long mextra[1]; /* monster dependent info */ argument
110 #define newmonst(xl) ((struct monst *) alloc((xl) + sizeof(struct monst))) argument
H A Dhack.zap.c392 void (*fhitm)(struct monst *, struct obj *), in bhit()
/netbsd-src/games/larn/
H A Dheader.h34 struct monst { struct
42 char intelligence; /* monsters intelligence -- used to argument
59 short hitp; /* monster's hit points */ argument
H A Dmonster.c189 cgood(int x, int y, int theitem, int monst) in cgood()
685 nospell(int x, int monst) in nospell()
1121 int tmp, monst, damag = 0, flag; in hitmonster() local
1173 int monst; in hitm() local
1302 dropsomething(int monst) in dropsomething()
H A Dmovem.c137 int k, m, z, tmp, xtmp, ytmp, monst; in movemt() local