Searched refs:BR_NO_END2 (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.h85 #define BR_NO_END2 2 /* "Regular" connection. However, no stair from */ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Ddungeon.h85 #define BR_NO_END2 2 /* "Regular" connection. However, no stair from */ macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddungeon.c99 br->type == BR_NO_END2 ? "no end2" :
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;
1544 case BR_NO_END2: return "One way stair";
H A Drestore.c872 case BR_NO_END2: /* OK to assign to sstairs if it's not used */
H A Dmklev.c1091 make_stairs = br->type != BR_NO_END2;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddungeon.c99 br->type == BR_NO_END2 ? "no end2" :
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;
1544 case BR_NO_END2: return "One way stair";
H A Drestore.c872 case BR_NO_END2: /* OK to assign to sstairs if it's not used */
H A Dmklev.c1091 make_stairs = br->type != BR_NO_END2;

Completed in 67 milliseconds