Searched refs:mresists (Results 1 - 8 of 8) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dpermonst.h56 uchar mresists; /* resistances */ member in struct:permonst
H A Dmondata.h11 #define pm_resistance(ptr,typ) (((ptr)->mresists & (typ)) != 0)
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dpermonst.h56 uchar mresists; /* resistances */ member in struct:permonst
H A Dmondata.h11 #define pm_resistance(ptr,typ) (((ptr)->mresists & (typ)) != 0)
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dmondata.c23 mon->mintrinsics |= (ptr->mresists & 0x00FF);
25 mon->mintrinsics = (ptr->mresists & 0x00FF);
H A Dworn.c290 if (!(mon->data->mresists & mask)) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmondata.c23 mon->mintrinsics |= (ptr->mresists & 0x00FF);
25 mon->mintrinsics = (ptr->mresists & 0x00FF);
H A Dworn.c290 if (!(mon->data->mresists & mask)) {

Completed in 45 milliseconds