Searched defs:monst (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/games/hack/ |
H A D | def.monst.h | 66 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 D | hack.zap.c | 387 void (*fhitm)(struct monst *, struct obj *), in bhit()
|
/dflybsd-src/games/larn/ |
H A D | header.h | 38 struct monst { struct 46 char intelligence; /* monsters intelligence -- used to choose movement */ argument 62 short hitp; /* monster's hit points */ argument
|
H A D | monster.c | 177 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 D | movem.c | 131 int k, m, z, tmp, xtmp, ytmp, monst; in movemt() local
|