HomeSort by: relevance | last modified time | path
    Searched refs:mextra (Results 1 - 8 of 8) sorted by relevancy

  /src/games/hack/
def.edog.h 74 #define EDOG(mp) ((struct edog *)(&(mp->mextra[0])))
def.monst.h 105 /* 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)
hack.do_name.c 161 ((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);
hack.bones.c 117 (void) strcpy((char *) mtmp->mextra, plname);
hack.makemon.c 122 ((char *) &(mtmp->mextra[0]))[i] = 0;
hack.mkshop.c 76 #define ESHK ((struct eshk *)(&(shk->mextra[0])))
hack.end.c 139 "the ghost of %s", (char *) mtmp->mextra);
hack.shk.c 157 #define ESHK(mon) ((struct eshk *)(&(mon->mextra[0])))

Completed in 43 milliseconds