Searched refs:timed (Results 1 - 25 of 26) sorted by relevance

12

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dtimeout.c567 if (egg->timed) {
1155 impossible("end_burn: obj %s not timed!", xname(obj));
1255 * Call timers that have timed out.
1402 if (obj->timed == 0) {
1430 if (curr->kind == TIMER_OBJECT) ((struct obj *)(curr->arg))->timed--;
1462 if (kind == TIMER_OBJECT) /* increment object's timed count */
1463 ((struct obj *)arg)->timed++;
1487 ((struct obj *)arg)->timed--;
1510 dest->timed++;
1513 if (count != src->timed)
[all...]
H A Dmkobj.c166 if (otmp->timed) {
239 otmp->timed = 0; /* not timed, yet */
257 if (obj->timed) obj_split_timers(obj, otmp);
341 dummy->timed = 0;
700 else if (otmp->otyp == FIGURINE && otmp->timed)
754 else if (otmp->otyp == FIGURINE && otmp->timed)
1131 if (otmp->timed) obj_timer_checks(otmp, x, y, 0);
1148 if (otmp->timed) obj_timer_checks(otmp, x, y, 0);
1153 if (otmp->timed) obj_timer_check
[all...]
H A Ddo_name.c352 otmp->timed = 0; /* not timed, yet */
385 if (obj->timed) obj_move_timers(obj, otmp);
H A Dinvent.c189 if (obj->timed) obj_stop_timers(obj); /* follows lights */
525 } else if (obj->otyp == FIGURINE && obj->timed) {
2360 if ((obj->otyp == EGG && (obj->timed || otmp->timed)) ||
H A Dsave.c865 otmp->timed = 0; /* not timed any more */
H A Ddig.c1371 if (otmp->timed)
H A Deat.c362 if (obj->timed) obj_stop_timers(obj);
H A Dobjnam.c2559 if (otmp->timed) obj_stop_timers(otmp);
H A Dpickup.c1873 if (obj->otyp == CORPSE && obj->timed) {
H A Duhitm.c788 if (obj->timed) obj_stop_timers(obj);
H A Dshk.c2124 if (obj->timed)
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dtimeout.c567 if (egg->timed) {
1155 impossible("end_burn: obj %s not timed!", xname(obj));
1255 * Call timers that have timed out.
1402 if (obj->timed == 0) {
1430 if (curr->kind == TIMER_OBJECT) ((struct obj *)(curr->arg))->timed--;
1462 if (kind == TIMER_OBJECT) /* increment object's timed count */
1463 ((struct obj *)arg)->timed++;
1487 ((struct obj *)arg)->timed--;
1510 dest->timed++;
1513 if (count != src->timed)
[all...]
H A Dmkobj.c166 if (otmp->timed) {
239 otmp->timed = 0; /* not timed, yet */
257 if (obj->timed) obj_split_timers(obj, otmp);
341 dummy->timed = 0;
700 else if (otmp->otyp == FIGURINE && otmp->timed)
754 else if (otmp->otyp == FIGURINE && otmp->timed)
1131 if (otmp->timed) obj_timer_checks(otmp, x, y, 0);
1148 if (otmp->timed) obj_timer_checks(otmp, x, y, 0);
1153 if (otmp->timed) obj_timer_check
[all...]
H A Ddo_name.c352 otmp->timed = 0; /* not timed, yet */
385 if (obj->timed) obj_move_timers(obj, otmp);
H A Dinvent.c189 if (obj->timed) obj_stop_timers(obj); /* follows lights */
525 } else if (obj->otyp == FIGURINE && obj->timed) {
2360 if ((obj->otyp == EGG && (obj->timed || otmp->timed)) ||
H A Dsave.c865 otmp->timed = 0; /* not timed any more */
H A Ddig.c1371 if (otmp->timed)
H A Deat.c362 if (obj->timed) obj_stop_timers(obj);
H A Dobjnam.c2559 if (otmp->timed) obj_stop_timers(otmp);
H A Dpickup.c1873 if (obj->otyp == CORPSE && obj->timed) {
H A Duhitm.c788 if (obj->timed) obj_stop_timers(obj);
H A Dshk.c2124 if (obj->timed)
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dobj.h55 xchar timed; /* # of fuses (timers) attached to this obj */ member in struct:obj
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dobj.h55 xchar timed; /* # of fuses (timers) attached to this obj */ member in struct:obj
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex2600 \item[\ib{timed\_delay}]

Completed in 247 milliseconds

12