Searched defs:monst (Results 1 – 4 of 4) sorted by relevance
/csrg-svn/games/hack/ |
H A D | def.monst.h | 4 struct monst { struct 5 struct monst *nmon; argument 6 struct permonst *data; argument 11 coord mtrack[MTSZ]; /* monster track */ argument 12 schar mhp,mhpmax; 13 char mappearance; /* nonzero for undetected 'M's and for '1's */ 45 long mextra[1]; /* monster dependent info */ argument 48 #define newmonst(xl) (struct monst *) alloc((unsigned)(xl) + sizeof(struct monst)) argument
|
/csrg-svn/games/larn/ |
H A D | header.h | 30 struct monst struct 39 char intelligence; /* monsters intelligence -- used to choose movement */ argument 58 short hitp; /* monster's hit points */ argument
|
H A D | monster.c | 153 int cgood(x,y,itm,monst) in cgood() argument 486 nospell(x,monst) in nospell() argument 813 register int tmp,monst,damag,flag; local 855 register int monst; local 950 dropsomething(monst) in dropsomething() argument
|
H A D | movem.c | 97 register int k,m,z,tmp,xtmp,ytmp,monst; local
|