Home
last modified time | relevance | path

Searched refs:BR_NO_END1 (Results 1 – 25 of 48) sorted by relevance

12

/dports/games/nethack33/nethack-3.3.1/include/
H A Ddungeon.h82 #define BR_NO_END1 1 /* "Regular" connection. However, no stair from */ macro
/dports/games/nethack33-nox11/nethack-3.3.1/include/
H A Ddungeon.h82 #define BR_NO_END1 1 /* "Regular" connection. However, no stair from */ macro
/dports/games/nethack34/nethack-3.4.3/include/
H A Ddungeon.h82 #define BR_NO_END1 1 /* "Regular" connection. However, no stair from */ macro
/dports/games/nethack34-nox11/nethack-3.4.3/include/
H A Ddungeon.h82 #define BR_NO_END1 1 /* "Regular" connection. However, no stair from */ macro
/dports/games/vultures-eye/vulture-2.3.67/nethack/include/
H A Ddungeon.h82 #define BR_NO_END1 1 /* "Regular" connection. However, no stair from */ macro
/dports/games/falconseye/falconseye-1.9.3_11/include/
H A Ddungeon.h82 #define BR_NO_END1 1 /* "Regular" connection. However, no stair from */ macro
/dports/games/vultures-eye/vulture-2.3.67/slashem/include/
H A Ddungeon.h82 #define BR_NO_END1 1 /* "Regular" connection. However, no stair from */ macro
/dports/games/vultures-eye/vulture-2.3.67/unnethack/include/
H A Ddungeon.h82 #define BR_NO_END1 1 /* "Regular" connection. However, no stair from */ macro
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Ddungeon.h90 #define BR_NO_END1 1 /* "Regular" connection. However, no stair from macro
/dports/games/unnethack/unnethack-5.1.0-20131208/include/
H A Ddungeon.h82 #define BR_NO_END1 1 /* "Regular" connection. However, no stair from */ macro
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/include/
H A Ddungeon.h85 #define BR_NO_END1 1 /* "Regular" connection. However, no stair from macro
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/include/
H A Ddungeon.h85 #define BR_NO_END1 1 /* "Regular" connection. However, no stair from macro
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Ddungeon.c90 br->type == BR_NO_END1 ? "no end1" : in dumpit()
348 case TBR_NO_UP: return tbr->up ? BR_NO_END1 : BR_NO_END2;
349 case TBR_NO_DOWN: return tbr->up ? BR_NO_END2 : BR_NO_END1;
1521 case BR_NO_END1: return "Connection";
/dports/games/nethack33/nethack-3.3.1/src/
H A Ddungeon.c90 br->type == BR_NO_END1 ? "no end1" : in dumpit()
348 case TBR_NO_UP: return tbr->up ? BR_NO_END1 : BR_NO_END2;
349 case TBR_NO_DOWN: return tbr->up ? BR_NO_END2 : BR_NO_END1;
1521 case BR_NO_END1: return "Connection";
H A Drestore.c816 case BR_NO_END1:
/dports/games/nethack34/nethack-3.4.3/src/
H A Ddungeon.c98 br->type == BR_NO_END1 ? "no end1" : in dumpit()
356 case TBR_NO_UP: return tbr->up ? BR_NO_END1 : BR_NO_END2;
357 case TBR_NO_DOWN: return tbr->up ? BR_NO_END2 : BR_NO_END1;
1543 case BR_NO_END1: return "Connection";
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Ddungeon.c98 br->type == BR_NO_END1 ? "no end1" : in dumpit()
356 case TBR_NO_UP: return tbr->up ? BR_NO_END1 : BR_NO_END2;
357 case TBR_NO_DOWN: return tbr->up ? BR_NO_END2 : BR_NO_END1;
1543 case BR_NO_END1: return "Connection";
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Ddungeon.c90 br->type == BR_NO_END1 ? "no end1" : in dumpit()
348 case TBR_NO_UP: return tbr->up ? BR_NO_END1 : BR_NO_END2;
349 case TBR_NO_DOWN: return tbr->up ? BR_NO_END2 : BR_NO_END1;
1521 case BR_NO_END1: return "Connection";
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Ddungeon.c98 br->type == BR_NO_END1 ? "no end1" : in dumpit()
356 case TBR_NO_UP: return tbr->up ? BR_NO_END1 : BR_NO_END2;
357 case TBR_NO_DOWN: return tbr->up ? BR_NO_END2 : BR_NO_END1;
1543 case BR_NO_END1: return "Connection";
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Ddungeon.c99 br->type == BR_NO_END1 ? "no end1" : in dumpit()
328 case TBR_NO_UP: return tbr->up ? BR_NO_END1 : BR_NO_END2;
329 case TBR_NO_DOWN: return tbr->up ? BR_NO_END2 : BR_NO_END1;
1570 case BR_NO_END1: return "Connection";
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Ddungeon.c112 br->type == BR_NO_END1 ? "no end1" : in dumpit()
451 case TBR_NO_UP: return tbr->up ? BR_NO_END1 : BR_NO_END2;
452 case TBR_NO_DOWN: return tbr->up ? BR_NO_END2 : BR_NO_END1;
1701 case BR_NO_END1: return "Connection";
2393 case BR_NO_END1: return "Connection";
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Ddungeon.c112 br->type == BR_NO_END1 ? "no end1" : in dumpit()
441 case TBR_NO_UP: return tbr->up ? BR_NO_END1 : BR_NO_END2;
442 case TBR_NO_DOWN: return tbr->up ? BR_NO_END2 : BR_NO_END1;
1677 case BR_NO_END1: return "Connection";
2304 case BR_NO_END1: return "Connection";
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Ddungeon.c119 : br->type == BR_NO_END1 in dumpit()
419 return tbr->up ? BR_NO_END1 : BR_NO_END2;
421 return tbr->up ? BR_NO_END2 : BR_NO_END1;
1800 case BR_NO_END1:
2777 case BR_NO_END1:
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Ddungeon.c119 : br->type == BR_NO_END1 in dumpit()
419 return tbr->up ? BR_NO_END1 : BR_NO_END2;
421 return tbr->up ? BR_NO_END2 : BR_NO_END1;
1800 case BR_NO_END1:
2777 case BR_NO_END1:
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Ddungeon.c111 : br->type == BR_NO_END1 in dumpit()
417 return tbr->up ? BR_NO_END1 : BR_NO_END2; in correct_branch_type()
419 return tbr->up ? BR_NO_END2 : BR_NO_END1; in correct_branch_type()
2111 case BR_NO_END1: in br_string()
3094 case BR_NO_END1: in br_string2()

12