Searched refs:BOTH_SIDES (Results 1 - 12 of 12) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dprop.h135 #define BOTH_SIDES (LEFT_SIDE | RIGHT_SIDE) macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dprop.h135 #define BOTH_SIDES (LEFT_SIDE | RIGHT_SIDE) macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dpline.c393 if ((Wounded_legs & BOTH_SIDES) == BOTH_SIDES)
H A Ddokick.c648 long wl = (EWounded_legs & BOTH_SIDES);
651 if (wl == BOTH_SIDES) bp = makeplural(bp);
655 bp, (wl == BOTH_SIDES) ? "are" : "is");
H A Dsteed.c487 set_wounded_legs(BOTH_SIDES, (int)HWounded_legs + rn1(5,5));
H A Ddo.c1672 if((EWounded_legs & BOTH_SIDES) == BOTH_SIDES) {
H A Dapply.c1265 long wl = (Wounded_legs & BOTH_SIDES);
1268 if (wl == BOTH_SIDES) bp = makeplural(bp);
1277 bp, (wl == BOTH_SIDES) ? "are" : "is");
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dpline.c393 if ((Wounded_legs & BOTH_SIDES) == BOTH_SIDES)
H A Ddokick.c648 long wl = (EWounded_legs & BOTH_SIDES);
651 if (wl == BOTH_SIDES) bp = makeplural(bp);
655 bp, (wl == BOTH_SIDES) ? "are" : "is");
H A Dsteed.c487 set_wounded_legs(BOTH_SIDES, (int)HWounded_legs + rn1(5,5));
H A Ddo.c1672 if((EWounded_legs & BOTH_SIDES) == BOTH_SIDES) {
H A Dapply.c1265 long wl = (Wounded_legs & BOTH_SIDES);
1268 if (wl == BOTH_SIDES) bp = makeplural(bp);
1277 bp, (wl == BOTH_SIDES) ? "are" : "is");

Completed in 74 milliseconds