Home
last modified time | relevance | path

Searched refs:utraptype (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dsit.c83 } else if (trap != 0 || (u.utrap && (u.utraptype >= TT_LAVA))) { in dosit()
86 if (u.utraptype == TT_BEARTRAP) { in dosit()
90 } else if (u.utraptype == TT_PIT) { in dosit()
99 } else if (u.utraptype == TT_WEB) { in dosit()
102 } else if (u.utraptype == TT_LAVA) { in dosit()
110 } else if (u.utraptype == TT_INFLOOR in dosit()
111 || u.utraptype == TT_BURIEDBALL) { in dosit()
H A Dpolyself.c114 boolean stuck_in_floor = (u.utrap && u.utraptype != TT_PIT); in float_vs_flight()
215 if (u.utrap && u.utraptype == TT_PIT) {
734 if (u.utrap && u.utraptype == TT_PIT) {
810 && (u.utraptype == TT_INFLOOR || u.utraptype == TT_BURIEDBALL)) {
811 if (u.utraptype == TT_INFLOOR) {
819 && u.utraptype == TT_LAVA) {
828 } else if (u.utrap && u.utraptype == TT_BURIEDBALL) {
833 if (u.utrap && (u.utraptype == TT_WEB || u.utraptype == TT_BEARTRAP)
838 u.utraptype == TT_WEB ? "web" : "bear trap");
842 if (webmaker(youmonst.data) && u.utrap && u.utraptype == TT_WEB) {
[all …]
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dsit.c83 } else if (trap != 0 || (u.utrap && (u.utraptype >= TT_LAVA))) { in dosit()
86 if (u.utraptype == TT_BEARTRAP) { in dosit()
90 } else if (u.utraptype == TT_PIT) { in dosit()
99 } else if (u.utraptype == TT_WEB) { in dosit()
102 } else if (u.utraptype == TT_LAVA) { in dosit()
110 } else if (u.utraptype == TT_INFLOOR in dosit()
111 || u.utraptype == TT_BURIEDBALL) { in dosit()
H A Dpolyself.c114 boolean stuck_in_floor = (u.utrap && u.utraptype != TT_PIT); in float_vs_flight()
215 if (u.utrap && u.utraptype == TT_PIT) {
734 if (u.utrap && u.utraptype == TT_PIT) {
810 && (u.utraptype == TT_INFLOOR || u.utraptype == TT_BURIEDBALL)) {
811 if (u.utraptype == TT_INFLOOR) {
819 && u.utraptype == TT_LAVA) {
828 } else if (u.utrap && u.utraptype == TT_BURIEDBALL) {
833 if (u.utrap && (u.utraptype == TT_WEB || u.utraptype == TT_BEARTRAP)
838 u.utraptype == TT_WEB ? "web" : "bear trap");
842 if (webmaker(youmonst.data) && u.utrap && u.utraptype == TT_WEB) {
[all …]
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dsit.c85 } else if (trap != 0 || (u.utrap && (u.utraptype >= TT_LAVA))) { in dosit()
88 if (u.utraptype == TT_BEARTRAP) { in dosit()
92 } else if (u.utraptype == TT_PIT) { in dosit()
101 } else if (u.utraptype == TT_WEB) { in dosit()
104 } else if (u.utraptype == TT_LAVA) { in dosit()
112 } else if (u.utraptype == TT_INFLOOR in dosit()
113 || u.utraptype == TT_BURIEDBALL) { in dosit()
H A Dpolyself.c119 boolean stuck_in_floor = (u.utrap && u.utraptype != TT_PIT); in float_vs_flight()
220 if (u.utrap && u.utraptype == TT_PIT) { in polyman()
760 if (u.utrap && u.utraptype == TT_PIT) { in polymon()
839 && (u.utraptype == TT_INFLOOR || u.utraptype == TT_BURIEDBALL)) { in polymon()
840 if (u.utraptype == TT_INFLOOR) { in polymon()
850 && u.utraptype == TT_LAVA) { in polymon()
861 } else if (u.utrap && u.utraptype == TT_BURIEDBALL) { in polymon()
867 if (u.utrap && (u.utraptype == TT_WEB || u.utraptype == TT_BEARTRAP) in polymon()
873 u.utraptype == TT_WEB ? "web" : "bear trap"); in polymon()
877 if (webmaker(g.youmonst.data) && u.utrap && u.utraptype == TT_WEB) { in polymon()
[all …]
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Dsit.c72 (u.utrap && (u.utraptype >= TT_LAVA))) { in dosit()
76 if(u.utraptype == TT_BEARTRAP) { in dosit()
79 } else if(u.utraptype == TT_PIT) { in dosit()
87 } else if(u.utraptype == TT_WEB) { in dosit()
90 } else if(u.utraptype == TT_LAVA) { in dosit()
95 } else if(u.utraptype == TT_INFLOOR) { in dosit()
H A Dpolyself.c82 if (u.utraptype == TT_PIT) {
467 if (u.utraptype == TT_PIT) {
536 if (Passes_walls && u.utrap && u.utraptype == TT_INFLOOR) {
539 } else if (likes_lava(youmonst.data) && u.utrap && u.utraptype == TT_LAVA) {
549 if (u.utrap && (u.utraptype == TT_WEB || u.utraptype == TT_BEARTRAP) &&
551 (youmonst.data->msize <= MZ_SMALL && u.utraptype == TT_BEARTRAP))) {
553 u.utraptype == TT_WEB ? "web" : "bear trap");
557 if (webmaker(youmonst.data) && u.utrap && u.utraptype == TT_WEB) {
/dports/games/nethack34/nethack-3.4.3/src/
H A Dsit.c72 (u.utrap && (u.utraptype >= TT_LAVA))) { in dosit()
76 if(u.utraptype == TT_BEARTRAP) { in dosit()
79 } else if(u.utraptype == TT_PIT) { in dosit()
87 } else if(u.utraptype == TT_WEB) { in dosit()
90 } else if(u.utraptype == TT_LAVA) { in dosit()
95 } else if(u.utraptype == TT_INFLOOR) { in dosit()
H A Dpolyself.c82 if (u.utraptype == TT_PIT) {
467 if (u.utraptype == TT_PIT) {
536 if (Passes_walls && u.utrap && u.utraptype == TT_INFLOOR) {
539 } else if (likes_lava(youmonst.data) && u.utrap && u.utraptype == TT_LAVA) {
549 if (u.utrap && (u.utraptype == TT_WEB || u.utraptype == TT_BEARTRAP) &&
551 (youmonst.data->msize <= MZ_SMALL && u.utraptype == TT_BEARTRAP))) {
553 u.utraptype == TT_WEB ? "web" : "bear trap");
557 if (webmaker(youmonst.data) && u.utrap && u.utraptype == TT_WEB) {
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Dsit.c72 (u.utrap && (u.utraptype >= TT_LAVA))) { in dosit()
76 if(u.utraptype == TT_BEARTRAP) { in dosit()
79 } else if(u.utraptype == TT_PIT) { in dosit()
87 } else if(u.utraptype == TT_WEB) { in dosit()
90 } else if(u.utraptype == TT_LAVA) { in dosit()
95 } else if(u.utraptype == TT_INFLOOR) { in dosit()
H A Dpolyself.c82 if (u.utraptype == TT_PIT) {
467 if (u.utraptype == TT_PIT) {
536 if (Passes_walls && u.utrap && u.utraptype == TT_INFLOOR) {
539 } else if (likes_lava(youmonst.data) && u.utrap && u.utraptype == TT_LAVA) {
549 if (u.utrap && (u.utraptype == TT_WEB || u.utraptype == TT_BEARTRAP) &&
551 (youmonst.data->msize <= MZ_SMALL && u.utraptype == TT_BEARTRAP))) {
553 u.utraptype == TT_WEB ? "web" : "bear trap");
557 if (webmaker(youmonst.data) && u.utrap && u.utraptype == TT_WEB) {
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Dsit.c72 (u.utrap && (u.utraptype >= TT_LAVA))) { in dosit()
76 if(u.utraptype == TT_BEARTRAP) { in dosit()
79 } else if(u.utraptype == TT_PIT) { in dosit()
87 } else if(u.utraptype == TT_WEB) { in dosit()
90 } else if(u.utraptype == TT_LAVA) { in dosit()
95 } else if(u.utraptype == TT_INFLOOR) { in dosit()
H A Dpolyself.c122 if (u.utraptype == TT_PIT) {
507 if (u.utraptype == TT_PIT) {
576 if (Passes_walls && u.utrap && u.utraptype == TT_INFLOOR) {
579 } else if (likes_lava(youmonst.data) && u.utrap && u.utraptype == TT_LAVA) {
589 if (u.utrap && (u.utraptype == TT_WEB || u.utraptype == TT_BEARTRAP) &&
591 (youmonst.data->msize <= MZ_SMALL && u.utraptype == TT_BEARTRAP))) {
593 u.utraptype == TT_WEB ? "web" : "bear trap");
597 if (webmaker(youmonst.data) && u.utrap && u.utraptype == TT_WEB) {
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dsit.c74 (u.utrap && (u.utraptype >= TT_LAVA))) { in dosit()
78 if(u.utraptype == TT_BEARTRAP) { in dosit()
81 } else if(u.utraptype == TT_PIT) { in dosit()
89 } else if(u.utraptype == TT_WEB) { in dosit()
92 } else if(u.utraptype == TT_LAVA) { in dosit()
97 } else if(u.utraptype == TT_INFLOOR) { in dosit()
H A Dpolyself.c127 if (u.utraptype == TT_PIT) {
533 if (u.utraptype == TT_PIT) {
602 if (Passes_walls && u.utrap && u.utraptype == TT_INFLOOR) {
605 } else if (likes_lava(youmonst.data) && u.utrap && u.utraptype == TT_LAVA) {
615 if (u.utrap && (u.utraptype == TT_WEB || u.utraptype == TT_BEARTRAP) &&
617 (youmonst.data->msize <= MZ_SMALL && u.utraptype == TT_BEARTRAP))) {
619 u.utraptype == TT_WEB ? "web" : "bear trap");
623 if (webmaker(youmonst.data) && u.utrap && u.utraptype == TT_WEB) {
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Dsit.c72 (u.utrap && (u.utraptype >= TT_LAVA))) { in dosit()
76 if(u.utraptype == TT_BEARTRAP) { in dosit()
79 } else if(u.utraptype == TT_PIT) { in dosit()
87 } else if(u.utraptype == TT_WEB) { in dosit()
90 } else if(u.utraptype == TT_LAVA) { in dosit()
95 } else if(u.utraptype == TT_INFLOOR) { in dosit()
H A Dpolyself.c121 if (u.utraptype == TT_PIT) {
590 if (u.utraptype == TT_PIT) {
658 if (Passes_walls && u.utrap && u.utraptype == TT_INFLOOR) {
661 } else if (likes_lava(youmonst.data) && u.utrap && u.utraptype == TT_LAVA) {
671 if (u.utrap && (u.utraptype == TT_WEB || u.utraptype == TT_BEARTRAP) &&
673 (youmonst.data->msize <= MZ_SMALL && u.utraptype == TT_BEARTRAP))) {
675 u.utraptype == TT_WEB ? "web" : "bear trap");
679 if (webmaker(youmonst.data) && u.utrap && u.utraptype == TT_WEB) {
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dsit.c54 if(u.utraptype == TT_BEARTRAP) { in dosit()
57 } else if(u.utraptype == TT_PIT) { in dosit()
65 } else if(u.utraptype == TT_WEB) { in dosit()
68 } else if(u.utraptype == TT_LAVA) { in dosit()
73 } else if(u.utraptype == TT_INFLOOR) { in dosit()
H A Dpolyself.c503 if (Passes_walls && u.utrap && u.utraptype == TT_INFLOOR) {
506 } else if (likes_lava(youmonst.data) && u.utrap && u.utraptype == TT_LAVA) {
516 if (u.utrap && (u.utraptype == TT_WEB || u.utraptype == TT_BEARTRAP) &&
518 (youmonst.data->msize <= MZ_SMALL && u.utraptype == TT_BEARTRAP))) {
520 u.utraptype == TT_WEB ? "web" : "bear trap");
524 if (webmaker(youmonst.data) && u.utrap && u.utraptype == TT_WEB) {
/dports/games/nethack33/nethack-3.3.1/src/
H A Dsit.c54 if(u.utraptype == TT_BEARTRAP) { in dosit()
57 } else if(u.utraptype == TT_PIT) { in dosit()
65 } else if(u.utraptype == TT_WEB) { in dosit()
68 } else if(u.utraptype == TT_LAVA) { in dosit()
73 } else if(u.utraptype == TT_INFLOOR) { in dosit()
H A Dpolyself.c503 if (Passes_walls && u.utrap && u.utraptype == TT_INFLOOR) {
506 } else if (likes_lava(youmonst.data) && u.utrap && u.utraptype == TT_LAVA) {
516 if (u.utrap && (u.utraptype == TT_WEB || u.utraptype == TT_BEARTRAP) &&
518 (youmonst.data->msize <= MZ_SMALL && u.utraptype == TT_BEARTRAP))) {
520 u.utraptype == TT_WEB ? "web" : "bear trap");
524 if (webmaker(youmonst.data) && u.utrap && u.utraptype == TT_WEB) {
H A Ddo_wear.c983 if (otmp == uarmf && u.utrap && (u.utraptype == TT_BEARTRAP || in dotakeoff()
984 u.utraptype == TT_INFLOOR)) { /* -3. */ in dotakeoff()
985 if(u.utraptype == TT_BEARTRAP) in dotakeoff()
1203 } else if (u.utrap && (u.utraptype == TT_BEARTRAP ||
1204 u.utraptype == TT_INFLOOR)) {
1205 if (u.utraptype == TT_BEARTRAP) {
1629 if(otmp == uarmf && u.utrap && (u.utraptype == TT_BEARTRAP ||
1630 u.utraptype == TT_INFLOOR)) {
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Dsit.c54 if(u.utraptype == TT_BEARTRAP) { in dosit()
57 } else if(u.utraptype == TT_PIT) { in dosit()
65 } else if(u.utraptype == TT_WEB) { in dosit()
68 } else if(u.utraptype == TT_LAVA) { in dosit()
73 } else if(u.utraptype == TT_INFLOOR) { in dosit()
H A Dpolyself.c503 if (Passes_walls && u.utrap && u.utraptype == TT_INFLOOR) {
506 } else if (likes_lava(youmonst.data) && u.utrap && u.utraptype == TT_LAVA) {
516 if (u.utrap && (u.utraptype == TT_WEB || u.utraptype == TT_BEARTRAP) &&
518 (youmonst.data->msize <= MZ_SMALL && u.utraptype == TT_BEARTRAP))) {
520 u.utraptype == TT_WEB ? "web" : "bear trap");
524 if (webmaker(youmonst.data) && u.utrap && u.utraptype == TT_WEB) {

12345678910>>...12