Home
last modified time | relevance | path

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

/dflybsd-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.c387 void (*fhitm)(struct monst *, struct obj *), in bhit()
/dflybsd-src/games/larn/
H A Dheader.h38 struct monst { struct
46 char intelligence; /* monsters intelligence -- used to choose movement */ argument
62 short hitp; /* monster's hit points */ argument
H A Dmonster.c177 cgood(int x, int y, int itm, int monst) in cgood()
671 nospell(int x, int monst) in nospell()
1101 int tmp, monst, damag = 0, flag; in hitmonster() local
1153 int monst; in hitm() local
1278 dropsomething(int monst) in dropsomething()
H A Dmovem.c131 int k, m, z, tmp, xtmp, ytmp, monst; in movemt() local