Home
last modified time | relevance | path

Searched refs:LR_BRANCH (Results 1 – 25 of 47) sorted by relevance

12

/dports/games/nethack33/nethack-3.3.1/include/
H A Ddungeon.h41 #define LR_BRANCH 3 macro
/dports/games/nethack33-nox11/nethack-3.3.1/include/
H A Ddungeon.h41 #define LR_BRANCH 3 macro
/dports/games/nethack34/nethack-3.4.3/include/
H A Ddungeon.h41 #define LR_BRANCH 3 macro
/dports/games/nethack34-nox11/nethack-3.4.3/include/
H A Ddungeon.h41 #define LR_BRANCH 3 macro
/dports/games/vultures-eye/vulture-2.3.67/nethack/include/
H A Ddungeon.h41 #define LR_BRANCH 3 macro
/dports/games/falconseye/falconseye-1.9.3_11/include/
H A Ddungeon.h41 #define LR_BRANCH 3 macro
/dports/games/vultures-eye/vulture-2.3.67/slashem/include/
H A Ddungeon.h41 #define LR_BRANCH 3 macro
/dports/games/vultures-eye/vulture-2.3.67/unnethack/include/
H A Ddungeon.h41 #define LR_BRANCH 3 macro
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Ddungeon.h46 LR_BRANCH, enumerator
/dports/games/unnethack/unnethack-5.1.0-20131208/include/
H A Ddungeon.h41 #define LR_BRANCH 3 macro
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/include/
H A Ddungeon.h43 LR_BRANCH, enumerator
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/include/
H A Ddungeon.h43 LR_BRANCH, enumerator
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dmkmaze.c249 if(rtype == LR_BRANCH && nroom) {
316 case LR_BRANCH:
348 case LR_BRANCH: in fixup_special()
398 place_lregion(0,0,0,0,0,0,0,0,LR_BRANCH,(d_level *)0); in fixup_special()
/dports/games/nethack33/nethack-3.3.1/src/
H A Dmkmaze.c249 if(rtype == LR_BRANCH && nroom) {
316 case LR_BRANCH:
348 case LR_BRANCH: in fixup_special()
398 place_lregion(0,0,0,0,0,0,0,0,LR_BRANCH,(d_level *)0); in fixup_special()
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Dmkmaze.c249 if(rtype == LR_BRANCH && nroom) {
316 case LR_BRANCH:
348 case LR_BRANCH: in fixup_special()
398 place_lregion(0,0,0,0,0,0,0,0,LR_BRANCH,(d_level *)0); in fixup_special()
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Dmkmaze.c327 if(rtype == LR_BRANCH && nroom) {
397 case LR_BRANCH:
429 case LR_BRANCH: in fixup_special()
479 place_lregion(0,0,0,0,0,0,0,0,LR_BRANCH,(d_level *)0); in fixup_special()
/dports/games/nethack34/nethack-3.4.3/src/
H A Dmkmaze.c253 if(rtype == LR_BRANCH && nroom) {
323 case LR_BRANCH:
355 case LR_BRANCH: in fixup_special()
405 place_lregion(0,0,0,0,0,0,0,0,LR_BRANCH,(d_level *)0); in fixup_special()
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Dmkmaze.c253 if(rtype == LR_BRANCH && nroom) {
323 case LR_BRANCH:
355 case LR_BRANCH: in fixup_special()
405 place_lregion(0,0,0,0,0,0,0,0,LR_BRANCH,(d_level *)0); in fixup_special()
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Dmkmaze.c253 if(rtype == LR_BRANCH && nroom) {
323 case LR_BRANCH:
355 case LR_BRANCH: in fixup_special()
405 place_lregion(0,0,0,0,0,0,0,0,LR_BRANCH,(d_level *)0); in fixup_special()
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Dmkmaze.c265 if(rtype == LR_BRANCH && nroom) {
335 case LR_BRANCH:
366 case LR_BRANCH: in fixup_special()
425 place_lregion(0,0,0,0,0,0,0,0,LR_BRANCH,(d_level *)0); in fixup_special()
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dmkmaze.c272 if(rtype == LR_BRANCH && nroom) {
344 case LR_BRANCH:
375 case LR_BRANCH: in fixup_special()
448 place_lregion(0,0,0,0,0,0,0,0,LR_BRANCH,(d_level *)0); in fixup_special()
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dmkmaze.c290 if (rtype == LR_BRANCH && nroom) {
368 case LR_BRANCH:
481 case LR_BRANCH: in fixup_special()
539 place_lregion(0, 0, 0, 0, 0, 0, 0, 0, LR_BRANCH, (d_level *) 0); in fixup_special()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dmkmaze.c290 if (rtype == LR_BRANCH && nroom) {
368 case LR_BRANCH:
481 case LR_BRANCH: in fixup_special()
539 place_lregion(0, 0, 0, 0, 0, 0, 0, 0, LR_BRANCH, (d_level *) 0); in fixup_special()
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dmkmaze.c298 if (rtype == LR_BRANCH && g.nroom) { in place_lregion()
383 case LR_BRANCH: in put_lregion_here()
496 case LR_BRANCH: in fixup_special()
554 place_lregion(0, 0, 0, 0, 0, 0, 0, 0, LR_BRANCH, (d_level *) 0); in fixup_special()
/dports/games/nethack33/nethack-3.3.1/util/
H A Dlev_comp.y1230 tmplreg[nlreg]->rtype = LR_BRANCH;

12