Searched refs:Is_stronghold (Results 1 - 25 of 26) sorted by relevance

12

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Ddungeon.h118 #define Is_stronghold(x) (on_level(x, &stronghold_level)) macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Ddungeon.h118 #define Is_stronghold(x) (on_level(x, &stronghold_level)) macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddbridge.c830 if (Is_stronghold(&u.uz)) u.uevent.uopened_dbridge = TRUE;
894 if (Is_stronghold(&u.uz)) u.uevent.uopened_dbridge = TRUE;
H A Dmusic.c540 if(Is_stronghold(&u.uz)) {
H A Ddo.c828 if (trap && Is_stronghold(&u.uz)) {
1136 if (Is_stronghold(&u.uz)) {
H A Ddungeon.c1185 return((boolean)(Can_dig_down(lev) || Is_stronghold(lev)));
1645 if (Is_stronghold(&slev->dlevel))
H A Dteleport.c1108 if (Is_stronghold(&u.uz)) {
H A Ddig.c629 if (Is_stronghold(&u.uz)) {
H A Ddokick.c1124 if (Is_stronghold(&u.uz)) {
H A Dmkmaze.c462 } else if (Is_stronghold(&u.uz)) {
H A Dcmd.c1783 if (Is_stronghold(&u.uz))
H A Dhack.c577 if (Is_stronghold(&u.uz) && is_db_wall(x,y))
H A Dapply.c254 else if (Is_stronghold(&u.uz))
H A Dtrap.c373 if (Is_stronghold(&u.uz)) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddbridge.c830 if (Is_stronghold(&u.uz)) u.uevent.uopened_dbridge = TRUE;
894 if (Is_stronghold(&u.uz)) u.uevent.uopened_dbridge = TRUE;
H A Dmusic.c540 if(Is_stronghold(&u.uz)) {
H A Ddo.c828 if (trap && Is_stronghold(&u.uz)) {
1136 if (Is_stronghold(&u.uz)) {
H A Ddungeon.c1185 return((boolean)(Can_dig_down(lev) || Is_stronghold(lev)));
1645 if (Is_stronghold(&slev->dlevel))
H A Dteleport.c1108 if (Is_stronghold(&u.uz)) {
H A Ddig.c629 if (Is_stronghold(&u.uz)) {
H A Ddokick.c1124 if (Is_stronghold(&u.uz)) {
H A Dmkmaze.c462 } else if (Is_stronghold(&u.uz)) {
H A Dcmd.c1783 if (Is_stronghold(&u.uz))
H A Dhack.c577 if (Is_stronghold(&u.uz) && is_db_wall(x,y))
H A Dapply.c254 else if (Is_stronghold(&u.uz))

Completed in 150 milliseconds

12