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

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dartifact.c139 (!(a->spfx & SPFX_NOGEN) || unique) && !artiexist[m]) {
251 return((boolean)(arti && (arti->spfx & abil)));
274 if ((obj->owornmask & ~W_ART) && (arti->spfx & SPFX_REFLECT))
297 us much to do the string comparison before the spfx check.
305 return ((boolean)((a->spfx & (SPFX_NOGEN|SPFX_RESTR)) != 0 ||
362 long spfx; local
400 /* intrinsics from the spfx field; there could be more than one */
401 spfx = (wp_mask != W_ART) ? oart->spfx : oart->cspfx;
402 if(spfx
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dartifact.c139 (!(a->spfx & SPFX_NOGEN) || unique) && !artiexist[m]) {
251 return((boolean)(arti && (arti->spfx & abil)));
274 if ((obj->owornmask & ~W_ART) && (arti->spfx & SPFX_REFLECT))
297 us much to do the string comparison before the spfx check.
305 return ((boolean)((a->spfx & (SPFX_NOGEN|SPFX_RESTR)) != 0 ||
362 long spfx; local
400 /* intrinsics from the spfx field; there could be more than one */
401 spfx = (wp_mask != W_ART) ? oart->spfx : oart->cspfx;
402 if(spfx
[all...]
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dartifact.h42 unsigned long spfx; /* special effect from wielding/wearing */ member in struct:artifact
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dartifact.h42 unsigned long spfx; /* special effect from wielding/wearing */ member in struct:artifact

Completed in 33 milliseconds