Searched refs:EDOG (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/games/hack/
H A Ddef.edog.h74 #define EDOG(mp) ((struct edog *)(&(mp->mextra[0]))) macro
H A Dhack.dog.c98 EDOG(mtmp)->hungrytime = 1000 + moves;
99 EDOG(mtmp)->eattime = 0;
100 EDOG(mtmp)->droptime = 0;
101 EDOG(mtmp)->dropdist = 10000;
102 EDOG(mtmp)->apport = 10;
103 EDOG(mtmp)->whistletime = 0;
196 struct edog *edog = EDOG(mtmp);
211 whappr = (moves - EDOG(mtmp)->whistletime < 5);
H A Dhack.apply.c307 EDOG(mtmp)->whistletime = moves;

Completed in 139 milliseconds