Searched refs:body (Results 1 - 11 of 11) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dnhlan.h41 boolean body_in_ram; /* TRUE means body in memory not file */
43 char body[MAX_BODY_SIZE]; member in struct:lan_mail_struct
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dnhlan.h41 boolean body_in_ram; /* TRUE means body in memory not file */
43 char body[MAX_BODY_SIZE]; member in struct:lan_mail_struct
/seL4-refos-master/seL4_tools/cmake-tool/helpers/
H A Dplatform_sift.py153 body = '\n'.join(regions) variable
155 report = '{head}{body}{tail}'.format(head=head, body=body, tail=tail)
166 report = '{head}{body}'.format(head=head, body='\n'.join(regions))
227 function body) or in a header file.
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dnhlan.c92 get = msg->body;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dnhlan.c92 get = msg->body;
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dmkobj.c640 start_corpse_timeout(body)
641 struct obj *body;
653 if (body->corpsenm == PM_LIZARD || body->corpsenm == PM_LICHEN) return;
657 corpse_age = monstermoves - body->age;
664 if (is_rider(&mons[body->corpsenm])) {
673 } else if (mons[body->corpsenm].mlet == S_TROLL && !body->norevive) {
683 if (body->norevive) body
[all...]
H A Ddo.c1579 struct obj *body = (struct obj *) arg; local
1582 if (!revive_corpse(body)) {
1583 if (is_rider(&mons[body->corpsenm]))
1585 (void) start_timer(250L - (monstermoves-body->age),
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmkobj.c640 start_corpse_timeout(body)
641 struct obj *body;
653 if (body->corpsenm == PM_LIZARD || body->corpsenm == PM_LICHEN) return;
657 corpse_age = monstermoves - body->age;
664 if (is_rider(&mons[body->corpsenm])) {
673 } else if (mons[body->corpsenm].mlet == S_TROLL && !body->norevive) {
683 if (body->norevive) body
[all...]
H A Ddo.c1579 struct obj *body = (struct obj *) arg; local
1582 if (!revive_corpse(body)) {
1583 if (is_rider(&mons[body->corpsenm]))
1585 (void) start_timer(250L - (monstermoves-body->age),
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex2006 body into another creature (``polyself'') by wand, spell, or potion of
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/doc/
H A DGuidebook.tex2006 body into another creature (``polyself'') by wand, spell, or potion of

Completed in 71 milliseconds