Searched refs:DRAWBRIDGE_DOWN (Results 1 - 20 of 20) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h66 #define DRAWBRIDGE_DOWN 33 macro
94 #define IS_DRAWBRIDGE(typ) ((typ) == DRAWBRIDGE_UP || (typ) == DRAWBRIDGE_DOWN)
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h66 #define DRAWBRIDGE_DOWN 33 macro
94 #define IS_DRAWBRIDGE(typ) ((typ) == DRAWBRIDGE_UP || (typ) == DRAWBRIDGE_DOWN)
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddbridge.c211 levl[x][y].typ = DRAWBRIDGE_DOWN;
567 if (crm->typ == DRAWBRIDGE_DOWN) {
756 if (lev1->typ != DRAWBRIDGE_DOWN) return;
814 lev1->typ = DRAWBRIDGE_DOWN;
H A Dsit.c156 } else if (typ == DRAWBRIDGE_DOWN) {
H A Dmusic.c549 if(levl[x][y].typ == DRAWBRIDGE_DOWN)
H A Ddig.c509 } else if (lev->typ == DRAWBRIDGE_DOWN ||
668 } else if (lev->typ == DRAWBRIDGE_DOWN ||
H A Dengrave.c164 else if (lev->typ == DRAWBRIDGE_DOWN)
H A Dlock.c644 if (door->typ == DRAWBRIDGE_DOWN)
H A Ddisplay.c1465 case DRAWBRIDGE_DOWN:
1560 "ALTAR", "ICE", "DRAWBRIDGE_DOWN","AIR",
H A Dzap.c2335 if ((levl[x][y].typ == DRAWBRIDGE_DOWN) ? (u.dz > 0) :
2689 && levl[x][y].typ == DRAWBRIDGE_DOWN)
H A Dinvent.c2134 else if (ltyp == DRAWBRIDGE_DOWN)
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddbridge.c211 levl[x][y].typ = DRAWBRIDGE_DOWN;
567 if (crm->typ == DRAWBRIDGE_DOWN) {
756 if (lev1->typ != DRAWBRIDGE_DOWN) return;
814 lev1->typ = DRAWBRIDGE_DOWN;
H A Dsit.c156 } else if (typ == DRAWBRIDGE_DOWN) {
H A Dmusic.c549 if(levl[x][y].typ == DRAWBRIDGE_DOWN)
H A Ddig.c509 } else if (lev->typ == DRAWBRIDGE_DOWN ||
668 } else if (lev->typ == DRAWBRIDGE_DOWN ||
H A Dengrave.c164 else if (lev->typ == DRAWBRIDGE_DOWN)
H A Dlock.c644 if (door->typ == DRAWBRIDGE_DOWN)
H A Ddisplay.c1465 case DRAWBRIDGE_DOWN:
1560 "ALTAR", "ICE", "DRAWBRIDGE_DOWN","AIR",
H A Dzap.c2335 if ((levl[x][y].typ == DRAWBRIDGE_DOWN) ? (u.dz > 0) :
2689 && levl[x][y].typ == DRAWBRIDGE_DOWN)
H A Dinvent.c2134 else if (ltyp == DRAWBRIDGE_DOWN)

Completed in 134 milliseconds