Searched refs:BR_PORTAL (Results 1 - 8 of 8) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Ddungeon.h88 #define BR_PORTAL 3 /* Connection by magic portals (traps) */ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Ddungeon.h88 #define BR_PORTAL 3 /* Connection by magic portals (traps) */ macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddungeon.c100 br->type == BR_PORTAL ? "portal" :
358 case TBR_PORTAL: return BR_PORTAL;
796 + (br->type == BR_PORTAL ? 0 :
1542 case BR_PORTAL: return "Portal";
H A Drestore.c875 case BR_PORTAL: /* max of 1 portal per level */
H A Dmklev.c1095 if (br->type == BR_PORTAL) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddungeon.c100 br->type == BR_PORTAL ? "portal" :
358 case TBR_PORTAL: return BR_PORTAL;
796 + (br->type == BR_PORTAL ? 0 :
1542 case BR_PORTAL: return "Portal";
H A Drestore.c875 case BR_PORTAL: /* max of 1 portal per level */
H A Dmklev.c1095 if (br->type == BR_PORTAL) {

Completed in 66 milliseconds