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

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Ddungeon.h101 #define Is_astralevel(x) (on_level(x, &astral_level)) macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Ddungeon.h101 #define Is_astralevel(x) (on_level(x, &astral_level)) macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dbotl.c236 Is_astralevel(&u.uz) ? "Astral Plane " : "End Game ");
H A Dpray.c527 if (Is_astralevel(&u.uz) || Is_sanctum(&u.uz)) {
1179 if(!Is_astralevel(&u.uz))
1264 if (!Is_astralevel(&u.uz)) {
1325 (Is_astralevel(&u.uz) || Is_sanctum(&u.uz))) {
H A Dend.c766 if (Is_astralevel(&u.uz)) /* offered Amulet to wrong deity */
872 if (Is_astralevel(&u.uz)) where = "The Astral Plane";
H A Dmusic.c261 if (Is_astralevel(&u.uz) || Is_sanctum(&u.uz)) break;
H A Dwizard.c525 int which = Is_astralevel(&u.uz) ? rnd(4) : rn2(6);
H A Ddo_name.c879 Is_astralevel(&u.uz) && distu(mon->mx, mon->my) > 2) {
H A Dtopten.c114 if (Is_astralevel(lev)) return -5;
H A Ddig.c180 Is_astralevel(&u.uz) || Is_sanctum(&u.uz))) {
H A Dmakemon.c1234 elemlevel = In_endgame(&u.uz) && !Is_astralevel(&u.uz);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dbotl.c236 Is_astralevel(&u.uz) ? "Astral Plane " : "End Game ");
H A Dpray.c527 if (Is_astralevel(&u.uz) || Is_sanctum(&u.uz)) {
1179 if(!Is_astralevel(&u.uz))
1264 if (!Is_astralevel(&u.uz)) {
1325 (Is_astralevel(&u.uz) || Is_sanctum(&u.uz))) {
H A Dend.c766 if (Is_astralevel(&u.uz)) /* offered Amulet to wrong deity */
872 if (Is_astralevel(&u.uz)) where = "The Astral Plane";
H A Dmusic.c261 if (Is_astralevel(&u.uz) || Is_sanctum(&u.uz)) break;
H A Dwizard.c525 int which = Is_astralevel(&u.uz) ? rnd(4) : rn2(6);
H A Ddo_name.c879 Is_astralevel(&u.uz) && distu(mon->mx, mon->my) > 2) {
H A Dtopten.c114 if (Is_astralevel(lev)) return -5;
H A Ddig.c180 Is_astralevel(&u.uz) || Is_sanctum(&u.uz))) {
H A Dmakemon.c1234 elemlevel = In_endgame(&u.uz) && !Is_astralevel(&u.uz);

Completed in 209 milliseconds