Searched refs:mextra (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/games/hack/
H A Ddef.edog.h74 #define EDOG(mp) ((struct edog *)(&(mp->mextra[0])))
H A Ddef.monst.h105 /* in order to prevent alignment problems mextra should
107 long mextra[1]; /* monster dependent info */ member in struct:monst
121 #define NAME(mtmp) (((char *) mtmp->mextra) + mtmp->mxlth)
H A Dhack.do_name.c161 ((char *) mtmp2->mextra)[i] = ((char *) mtmp->mextra)[i];
284 const char *gn = (char *) mtmp->mextra;
289 strlcpy((char *) mtmp->mextra, !rn2(5) ? plname : gn, mtmp->mxlth);
H A Dhack.bones.c117 (void) strcpy((char *) mtmp->mextra, plname);
H A Dhack.makemon.c122 ((char *) &(mtmp->mextra[0]))[i] = 0;
H A Dhack.mkshop.c76 #define ESHK ((struct eshk *)(&(shk->mextra[0])))
H A Dhack.end.c139 "the ghost of %s", (char *) mtmp->mextra);
H A Dhack.shk.c157 #define ESHK(mon) ((struct eshk *)(&(mon->mextra[0])))

Completed in 83 milliseconds