Searched refs:oc_delay (Results 1 - 14 of 14) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dobjclass.h93 schar oc_delay; /* delay when using such an object */ member in struct:objclass
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dobjclass.h93 schar oc_delay; /* delay when using such an object */ member in struct:objclass
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dspell.c412 delay = -objects[booktype].oc_delay;
417 objects[booktype].oc_delay;
422 objects[booktype].oc_delay;
425 delay = -8 * objects[booktype].oc_delay;
H A Ddo_wear.c1183 register int delay = -objects[otmp->otyp].oc_delay;
1442 delay = -objects[otmp->otyp].oc_delay;
1972 if (uarmc) todelay += 2 * objects[uarmc->otyp].oc_delay + 1;
1987 if (uarm) todelay += 2 * objects[uarm->otyp].oc_delay;
1988 if (uarmc) todelay += 2 * objects[uarmc->otyp].oc_delay + 1;
2003 if (otmp) todelay += objects[otmp->otyp].oc_delay;
H A Dworn.c481 m_delay += objects[old->otyp].oc_delay;
496 m_delay += objects[best->otyp].oc_delay;
H A Dsteal.c351 armordelay = objects[otmp->otyp].oc_delay;
H A Ddogmove.c88 mtmp->meating = objects[obj->otyp].oc_delay;
H A Deat.c1344 debugpline("(original reqtime = %d)", objects[otmp->otyp].oc_delay);
2049 victual.reqtime = objects[otmp->otyp].oc_delay;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dspell.c412 delay = -objects[booktype].oc_delay;
417 objects[booktype].oc_delay;
422 objects[booktype].oc_delay;
425 delay = -8 * objects[booktype].oc_delay;
H A Ddo_wear.c1183 register int delay = -objects[otmp->otyp].oc_delay;
1442 delay = -objects[otmp->otyp].oc_delay;
1972 if (uarmc) todelay += 2 * objects[uarmc->otyp].oc_delay + 1;
1987 if (uarm) todelay += 2 * objects[uarm->otyp].oc_delay;
1988 if (uarmc) todelay += 2 * objects[uarmc->otyp].oc_delay + 1;
2003 if (otmp) todelay += objects[otmp->otyp].oc_delay;
H A Dworn.c481 m_delay += objects[old->otyp].oc_delay;
496 m_delay += objects[best->otyp].oc_delay;
H A Dsteal.c351 armordelay = objects[otmp->otyp].oc_delay;
H A Ddogmove.c88 mtmp->meating = objects[obj->otyp].oc_delay;
H A Deat.c1344 debugpline("(original reqtime = %d)", objects[otmp->otyp].oc_delay);
2049 victual.reqtime = objects[otmp->otyp].oc_delay;

Completed in 129 milliseconds