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

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dedog.h31 #define EDOG(mon) ((struct edog *)&(mon)->mextra[0]) macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dedog.h31 #define EDOG(mon) ((struct edog *)&(mon)->mextra[0]) macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddog.c22 EDOG(mtmp)->droptime = 0;
23 EDOG(mtmp)->dropdist = 10000;
24 EDOG(mtmp)->apport = 10;
25 EDOG(mtmp)->whistletime = 0;
26 EDOG(mtmp)->hungrytime = 1000 + monstermoves;
27 EDOG(mtmp)->ogoal.x = -1; /* force error if used before set */
28 EDOG(mtmp)->ogoal.y = -1;
29 EDOG(mtmp)->abuse = 0;
30 EDOG(mtmp)->revivals = 0;
31 EDOG(mtm
[all...]
H A Dsounds.c552 moves > EDOG(mtmp)->hungrytime || mtmp->mtame < 5))
554 else if (mtmp->mtame && EDOG(mtmp)->hungrytime > moves + 1000)
569 else if (moves > EDOG(mtmp)->hungrytime)
571 else if (EDOG(mtmp)->hungrytime > moves + 1000)
606 else if (moves > EDOG(mtmp)->hungrytime)
692 moves > EDOG(mtmp)->hungrytime)
H A Dpline.c301 EDOG(mtmp)->hungrytime, EDOG(mtmp)->apport);
H A Ddogmove.c129 register struct edog *edog = EDOG(mtmp);
486 register struct edog *edog = EDOG(mtmp);
H A Dmhitm.c667 EDOG(magr)->hungrytime += nutrit;
1103 EDOG(magr)->hungrytime += rnd(60);
H A Dmakemon.c767 *(EDOG(m2)) = *(EDOG(mon));
H A Dmon.c1785 if (mtmp->mtame && !mtmp->isminion) EDOG(mtmp)->killed_by_u = 1;
2164 EDOG(mtmp)->whistletime = moves;
H A Dmuse.c2173 struct edog *edog = EDOG(mon);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddog.c22 EDOG(mtmp)->droptime = 0;
23 EDOG(mtmp)->dropdist = 10000;
24 EDOG(mtmp)->apport = 10;
25 EDOG(mtmp)->whistletime = 0;
26 EDOG(mtmp)->hungrytime = 1000 + monstermoves;
27 EDOG(mtmp)->ogoal.x = -1; /* force error if used before set */
28 EDOG(mtmp)->ogoal.y = -1;
29 EDOG(mtmp)->abuse = 0;
30 EDOG(mtmp)->revivals = 0;
31 EDOG(mtm
[all...]
H A Dsounds.c552 moves > EDOG(mtmp)->hungrytime || mtmp->mtame < 5))
554 else if (mtmp->mtame && EDOG(mtmp)->hungrytime > moves + 1000)
569 else if (moves > EDOG(mtmp)->hungrytime)
571 else if (EDOG(mtmp)->hungrytime > moves + 1000)
606 else if (moves > EDOG(mtmp)->hungrytime)
692 moves > EDOG(mtmp)->hungrytime)
H A Dpline.c301 EDOG(mtmp)->hungrytime, EDOG(mtmp)->apport);
H A Ddogmove.c129 register struct edog *edog = EDOG(mtmp);
486 register struct edog *edog = EDOG(mtmp);
H A Dmhitm.c667 EDOG(magr)->hungrytime += nutrit;
1103 EDOG(magr)->hungrytime += rnd(60);
H A Dmakemon.c767 *(EDOG(m2)) = *(EDOG(mon));
H A Dmon.c1785 if (mtmp->mtame && !mtmp->isminion) EDOG(mtmp)->killed_by_u = 1;
2164 EDOG(mtmp)->whistletime = moves;
H A Dmuse.c2173 struct edog *edog = EDOG(mon);

Completed in 166 milliseconds