Searched refs:A_NONE (Results 1 - 25 of 30) sorted by relevance

12

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dalign.h18 #define A_NONE (-128) /* the value range of type */ macro
37 #define Amask2align(x) ((aligntyp) ((!(x)) ? A_NONE \
39 #define Align2amask(x) (((x) == A_NONE) ? AM_NONE \
H A Dartilist.h41 0, 0, 0, NO_ATTK, NO_DFNS, NO_CARY, 0, A_NONE, NON_PM, NON_PM, 0L ),
94 COLD(5,0), COLD(0,0), NO_CARY, 0, A_NONE, NON_PM, NON_PM, 3000L ),
98 FIRE(5,0), FIRE(0,0), NO_CARY, 0, A_NONE, NON_PM, NON_PM, 3000L ),
102 PHYS(5,0), NO_DFNS, NO_CARY, 0, A_NONE, NON_PM, NON_PM, 500L ),
110 PHYS(5,0), DFNS(AD_WERE), NO_CARY, 0, A_NONE, NON_PM, NON_PM, 1500L ),
122 PHYS(5,0), NO_DFNS, NO_CARY, 0, A_NONE, NON_PM, NON_PM, 200L ),
126 PHYS(5,0), NO_DFNS, NO_CARY, 0, A_NONE, NON_PM, NON_PM, 200L ),
237 A(0, 0, 0, 0, 0, NO_ATTK, NO_DFNS, NO_CARY, 0, A_NONE, NON_PM, NON_PM, 0L )
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dalign.h18 #define A_NONE (-128) /* the value range of type */ macro
37 #define Amask2align(x) ((aligntyp) ((!(x)) ? A_NONE \
39 #define Align2amask(x) (((x) == A_NONE) ? AM_NONE \
H A Dartilist.h41 0, 0, 0, NO_ATTK, NO_DFNS, NO_CARY, 0, A_NONE, NON_PM, NON_PM, 0L ),
94 COLD(5,0), COLD(0,0), NO_CARY, 0, A_NONE, NON_PM, NON_PM, 3000L ),
98 FIRE(5,0), FIRE(0,0), NO_CARY, 0, A_NONE, NON_PM, NON_PM, 3000L ),
102 PHYS(5,0), NO_DFNS, NO_CARY, 0, A_NONE, NON_PM, NON_PM, 500L ),
110 PHYS(5,0), DFNS(AD_WERE), NO_CARY, 0, A_NONE, NON_PM, NON_PM, 1500L ),
122 PHYS(5,0), NO_DFNS, NO_CARY, 0, A_NONE, NON_PM, NON_PM, 200L ),
126 PHYS(5,0), NO_DFNS, NO_CARY, 0, A_NONE, NON_PM, NON_PM, 200L ),
237 A(0, 0, 0, 0, 0, NO_ATTK, NO_DFNS, NO_CARY, 0, A_NONE, NON_PM, NON_PM, 0L )
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dminion.c20 atyp = (ptr->maligntyp==A_NONE) ? A_NONE : sgn(ptr->maligntyp);
26 atyp = (ptr->maligntyp==A_NONE) ? A_NONE : sgn(ptr->maligntyp);
53 case A_NONE:
102 case A_NONE:
107 mnum = ndemon(A_NONE);
259 (atyp == A_NONE || sgn(mons[pm].maligntyp) == sgn(atyp)))
274 (atyp == A_NONE || sgn(mons[pm].maligntyp) == sgn(atyp)))
315 (atyp == A_NONE || sg
[all...]
H A Dartifact.c63 if (art->role == Role_switch && art->alignment != A_NONE)
119 For the 2nd case, caller should use ``obj = mk_artifact(obj, A_NONE);''
125 aligntyp alignment; /* target alignment, or A_NONE */
129 boolean by_align = (alignment != A_NONE);
138 (a->alignment == A_NONE && u.ugifts > 0))) &&
513 badalign = (oart->spfx & SPFX_RESTR) && oart->alignment != A_NONE &&
518 badalign = (oart->spfx & SPFX_RESTR) && oart->alignment != A_NONE &&
587 (ptr->maligntyp == A_NONE ||
H A Dpray.c557 if(Inhell) resp_god = A_NONE;
1176 if (altaralign != A_CHAOTIC && altaralign != A_NONE) {
1200 change_luck(altaralign == A_NONE ? -2 : 2);
1346 if (ugod_is_angry() || (altaralign == A_NONE && Inhell)) {
1348 altaralign != A_NONE) {
1774 case A_NONE: gnam = Moloch; break;
H A Dmplayer.c233 otmp = mk_artifact(otmp, A_NONE);
H A Dpline.c273 case A_NONE: return "unaligned";
H A Dmkobj.c404 otmp = mk_artifact(otmp, (aligntyp)A_NONE);
563 otmp = mk_artifact(otmp, (aligntyp)A_NONE);
630 otmp = mk_artifact(otmp, (aligntyp)A_NONE);
H A Dmakemon.c1621 if(mal != A_NONE)
1628 } else if (mal == A_NONE) {
H A Dmkroom.c423 &mons[ndemon(A_NONE)]);
H A Dpriest.c215 if(sanctum && EPRI(priest)->shralign == A_NONE &&
H A Drole.c502 {"evil", "unaligned", "Una", 0, A_NONE}
H A Dobjnam.c2379 al = A_NONE;
2381 al = (!rn2(6)) ? A_NONE : rn2((int)A_LAWFUL+2) - 1;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dminion.c20 atyp = (ptr->maligntyp==A_NONE) ? A_NONE : sgn(ptr->maligntyp);
26 atyp = (ptr->maligntyp==A_NONE) ? A_NONE : sgn(ptr->maligntyp);
53 case A_NONE:
102 case A_NONE:
107 mnum = ndemon(A_NONE);
259 (atyp == A_NONE || sgn(mons[pm].maligntyp) == sgn(atyp)))
274 (atyp == A_NONE || sgn(mons[pm].maligntyp) == sgn(atyp)))
315 (atyp == A_NONE || sg
[all...]
H A Dartifact.c63 if (art->role == Role_switch && art->alignment != A_NONE)
119 For the 2nd case, caller should use ``obj = mk_artifact(obj, A_NONE);''
125 aligntyp alignment; /* target alignment, or A_NONE */
129 boolean by_align = (alignment != A_NONE);
138 (a->alignment == A_NONE && u.ugifts > 0))) &&
513 badalign = (oart->spfx & SPFX_RESTR) && oart->alignment != A_NONE &&
518 badalign = (oart->spfx & SPFX_RESTR) && oart->alignment != A_NONE &&
587 (ptr->maligntyp == A_NONE ||
H A Dpray.c557 if(Inhell) resp_god = A_NONE;
1176 if (altaralign != A_CHAOTIC && altaralign != A_NONE) {
1200 change_luck(altaralign == A_NONE ? -2 : 2);
1346 if (ugod_is_angry() || (altaralign == A_NONE && Inhell)) {
1348 altaralign != A_NONE) {
1774 case A_NONE: gnam = Moloch; break;
H A Dmplayer.c233 otmp = mk_artifact(otmp, A_NONE);
H A Dpline.c273 case A_NONE: return "unaligned";
H A Dmkobj.c404 otmp = mk_artifact(otmp, (aligntyp)A_NONE);
563 otmp = mk_artifact(otmp, (aligntyp)A_NONE);
630 otmp = mk_artifact(otmp, (aligntyp)A_NONE);
H A Dmakemon.c1621 if(mal != A_NONE)
1628 } else if (mal == A_NONE) {
H A Dmkroom.c423 &mons[ndemon(A_NONE)]);
H A Dpriest.c215 if(sanctum && EPRI(priest)->shralign == A_NONE &&
H A Drole.c502 {"evil", "unaligned", "Una", 0, A_NONE}

Completed in 190 milliseconds

12