Searched refs:mconveys (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dpermonst.h57 uchar mconveys; /* conveyed by eating */ member in struct:permonst
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dpermonst.h57 uchar mconveys; /* conveyed by eating */ member in struct:permonst
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Deat.c555 if (ptr->mconveys & MR_FIRE) {
560 return(ptr->mconveys & MR_FIRE);
564 if (ptr->mconveys & MR_SLEEP) {
569 return(ptr->mconveys & MR_SLEEP);
573 if (ptr->mconveys & MR_COLD) {
578 return(ptr->mconveys & MR_COLD);
582 if (ptr->mconveys & MR_DISINT) {
587 return(ptr->mconveys & MR_DISINT);
591 if (ptr->mconveys & MR_ELEC) {
596 return(ptr->mconveys
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Deat.c555 if (ptr->mconveys & MR_FIRE) {
560 return(ptr->mconveys & MR_FIRE);
564 if (ptr->mconveys & MR_SLEEP) {
569 return(ptr->mconveys & MR_SLEEP);
573 if (ptr->mconveys & MR_COLD) {
578 return(ptr->mconveys & MR_COLD);
582 if (ptr->mconveys & MR_DISINT) {
587 return(ptr->mconveys & MR_DISINT);
591 if (ptr->mconveys & MR_ELEC) {
596 return(ptr->mconveys
[all...]

Completed in 57 milliseconds