Home
last modified time | relevance | path

Searched refs:MIGR_NOWHERE (Results 1 – 24 of 24) sorted by relevance

/dports/games/nethack33/nethack-3.3.1/include/
H A Ddungeon.h133 #define MIGR_NOWHERE (-1) /* failure flag for down_gate() */ macro
/dports/games/nethack33-nox11/nethack-3.3.1/include/
H A Ddungeon.h133 #define MIGR_NOWHERE (-1) /* failure flag for down_gate() */ macro
/dports/games/nethack34/nethack-3.4.3/include/
H A Ddungeon.h134 #define MIGR_NOWHERE (-1) /* failure flag for down_gate() */ macro
/dports/games/nethack34-nox11/nethack-3.4.3/include/
H A Ddungeon.h134 #define MIGR_NOWHERE (-1) /* failure flag for down_gate() */ macro
/dports/games/vultures-eye/vulture-2.3.67/nethack/include/
H A Ddungeon.h134 #define MIGR_NOWHERE (-1) /* failure flag for down_gate() */ macro
/dports/games/falconseye/falconseye-1.9.3_11/include/
H A Ddungeon.h133 #define MIGR_NOWHERE (-1) /* failure flag for down_gate() */ macro
/dports/games/vultures-eye/vulture-2.3.67/slashem/include/
H A Ddungeon.h150 #define MIGR_NOWHERE (-1) /* failure flag for down_gate() */ macro
/dports/games/vultures-eye/vulture-2.3.67/unnethack/include/
H A Ddungeon.h143 #define MIGR_NOWHERE (-1) /* failure flag for down_gate() */ macro
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Ddungeon.h146 #define MIGR_NOWHERE (-1) /* failure flag for down_gate() */ macro
/dports/games/unnethack/unnethack-5.1.0-20131208/include/
H A Ddungeon.h151 #define MIGR_NOWHERE (-1) /* failure flag for down_gate() */ macro
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/include/
H A Ddungeon.h141 #define MIGR_NOWHERE (-1) /* failure flag for down_gate() */ macro
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/include/
H A Ddungeon.h141 #define MIGR_NOWHERE (-1) /* failure flag for down_gate() */ macro
/dports/games/nethack33/nethack-3.3.1/src/
H A Ddokick.c1051 case MIGR_NOWHERE:
1193 if ((toloc = down_gate(x, y)) == MIGR_NOWHERE) return(FALSE);
1347 return MIGR_NOWHERE;
1366 return MIGR_NOWHERE;
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Ddokick.c1051 case MIGR_NOWHERE:
1193 if ((toloc = down_gate(x, y)) == MIGR_NOWHERE) return(FALSE);
1347 return MIGR_NOWHERE;
1366 return MIGR_NOWHERE;
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Ddokick.c1051 case MIGR_NOWHERE:
1193 if ((toloc = down_gate(x, y)) == MIGR_NOWHERE) return(FALSE);
1347 return MIGR_NOWHERE;
1366 return MIGR_NOWHERE;
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Ddokick.c1142 case MIGR_NOWHERE:
1286 if ((toloc = down_gate(x, y)) == MIGR_NOWHERE) return(FALSE);
1469 return MIGR_NOWHERE;
1488 return MIGR_NOWHERE;
/dports/games/nethack34/nethack-3.4.3/src/
H A Ddokick.c1142 case MIGR_NOWHERE:
1286 if ((toloc = down_gate(x, y)) == MIGR_NOWHERE) return(FALSE);
1469 return MIGR_NOWHERE;
1488 return MIGR_NOWHERE;
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Ddokick.c1203 case MIGR_NOWHERE:
1347 if ((toloc = down_gate(x, y)) == MIGR_NOWHERE) return(FALSE);
1529 return MIGR_NOWHERE;
1548 return MIGR_NOWHERE;
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Ddokick.c1184 case MIGR_NOWHERE:
1329 if ((toloc = down_gate(x, y)) == MIGR_NOWHERE) return(FALSE);
1512 return MIGR_NOWHERE;
1531 return MIGR_NOWHERE;
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Ddokick.c1142 case MIGR_NOWHERE:
1286 if ((toloc = down_gate(x, y)) == MIGR_NOWHERE) return(FALSE);
1469 return MIGR_NOWHERE;
1488 return MIGR_NOWHERE;
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Ddokick.c1364 case MIGR_NOWHERE:
1516 if ((toloc = down_gate(x, y)) == MIGR_NOWHERE)
1789 return MIGR_NOWHERE;
1808 return MIGR_NOWHERE;
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Ddokick.c1364 case MIGR_NOWHERE:
1516 if ((toloc = down_gate(x, y)) == MIGR_NOWHERE)
1789 return MIGR_NOWHERE;
1808 return MIGR_NOWHERE;
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Ddokick.c1266 case MIGR_NOWHERE:
1411 if ((toloc = down_gate(x, y)) == MIGR_NOWHERE) return(FALSE);
1594 return MIGR_NOWHERE;
1613 return MIGR_NOWHERE;
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Ddokick.c1410 case MIGR_NOWHERE: in drop_to()
1558 if ((toloc = down_gate(x, y)) == MIGR_NOWHERE) in ship_object()
1869 return MIGR_NOWHERE; in down_gate()
1886 return MIGR_NOWHERE; in down_gate()