Searched refs:LEFT_SIDE (Results 1 - 14 of 14) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dprop.h133 #define LEFT_SIDE LEFT_RING macro
135 #define BOTH_SIDES (LEFT_SIDE | RIGHT_SIDE)
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dprop.h133 #define LEFT_SIDE LEFT_RING macro
135 #define BOTH_SIDES (LEFT_SIDE | RIGHT_SIDE)
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dball.c670 register long side = rn2(3) ? LEFT_SIDE : RIGHT_SIDE;
678 (side == LEFT_SIDE) ? "left" : "right",
H A Dapply.c1275 (wl == LEFT_SIDE) ? "left " :
1315 register long side = rn2(3) ? LEFT_SIDE : RIGHT_SIDE;
1335 set_wounded_legs(LEFT_SIDE, rn1(10, 11));
H A Ddokick.c653 (wl == LEFT_SIDE) ? "left " :
H A Dhack.c2183 if(EWounded_legs & LEFT_SIDE) carrcap -= 100;
H A Dmhitu.c1137 { register long side = rn2(2) ? RIGHT_SIDE : LEFT_SIDE;
H A Dtrap.c1149 set_wounded_legs(LEFT_SIDE, rn1(35, 41));
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dball.c670 register long side = rn2(3) ? LEFT_SIDE : RIGHT_SIDE;
678 (side == LEFT_SIDE) ? "left" : "right",
H A Dapply.c1275 (wl == LEFT_SIDE) ? "left " :
1315 register long side = rn2(3) ? LEFT_SIDE : RIGHT_SIDE;
1335 set_wounded_legs(LEFT_SIDE, rn1(10, 11));
H A Ddokick.c653 (wl == LEFT_SIDE) ? "left " :
H A Dhack.c2183 if(EWounded_legs & LEFT_SIDE) carrcap -= 100;
H A Dmhitu.c1137 { register long side = rn2(2) ? RIGHT_SIDE : LEFT_SIDE;
H A Dtrap.c1149 set_wounded_legs(LEFT_SIDE, rn1(35, 41));

Completed in 117 milliseconds