Searched refs:In_endgame (Results 1 - 25 of 54) sorted by relevance

123

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dteleport.c572 if ((u.uhave.amulet || In_endgame(&u.uz) || In_sokoban(&u.uz))
618 if (In_endgame(&newlevel) && !In_endgame(&u.uz)) {
693 if (In_endgame(&u.uz)) { /* must already be wizard */
829 if (In_endgame(&u.uz) && !u.uhave.amulet) {
844 if (In_endgame(&u.uz) || Antimagic) {
868 if (Antimagic || In_endgame(&u.uz)) {
1119 if (In_endgame(&u.uz) &&
1134 if (mon_has_amulet(mtmp) || In_endgame(&u.uz)) {
H A Dbotl.c234 else if (In_endgame(&u.uz))
H A Dmplayer.c126 if(!In_endgame(&u.uz)) special = FALSE;
H A Ddo.c970 if (newdungeon && In_endgame(newlevel)) { /* 1st Endgame Level !!! */
1058 cant_go_back = (newdungeon && In_endgame(newlevel));
1120 if (portal && !In_endgame(&u.uz)) {
1130 } else if (at_stairs && !In_endgame(&u.uz)) {
1190 } else { /* trap door or level_tele or In_endgame */
1321 if (In_endgame(&u.uz) && newdungeon && u.uhave.amulet)
H A Dallmain.c355 !In_endgame(&u.uz) && !BClairvoyant &&
H A Dartifact.c1320 if(u.uhave.amulet || In_endgame(&u.uz) || In_endgame(&newlev) ||
H A Dmuse.c440 && !(Is_botlevel(&u.uz) || In_endgame(&u.uz))
623 if (mon_has_amulet(mtmp) || In_endgame(&u.uz)) {
1078 && (!In_endgame(&u.uz) || Is_earthlevel(&u.uz))) {
H A Ddungeon.c1201 if (In_endgame(lev) || In_sokoban(lev) ||
1457 if (In_endgame(&u.uz))
H A Dmakemon.c932 mtmp->mhpmax = mtmp->mhp = (int) (In_endgame(&u.uz) ?
1234 elemlevel = In_endgame(&u.uz) && !Is_astralevel(&u.uz);
H A Ddo_name.c709 } else if (is_mplayer(mdat) && !In_endgame(&u.uz)) {
H A Ddog.c311 if (In_endgame(&u.uz)) {
H A Dend.c874 if (!In_endgame(&u.uz) && !Is_knox(&u.uz))
H A Dmkroom.c422 return((Inhell || In_endgame(&u.uz)) ? mkclass(S_DEMON,0) :
H A Dpager.c267 if(!In_endgame(&u.uz))
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dteleport.c572 if ((u.uhave.amulet || In_endgame(&u.uz) || In_sokoban(&u.uz))
618 if (In_endgame(&newlevel) && !In_endgame(&u.uz)) {
693 if (In_endgame(&u.uz)) { /* must already be wizard */
829 if (In_endgame(&u.uz) && !u.uhave.amulet) {
844 if (In_endgame(&u.uz) || Antimagic) {
868 if (Antimagic || In_endgame(&u.uz)) {
1119 if (In_endgame(&u.uz) &&
1134 if (mon_has_amulet(mtmp) || In_endgame(&u.uz)) {
H A Dbotl.c234 else if (In_endgame(&u.uz))
H A Dmplayer.c126 if(!In_endgame(&u.uz)) special = FALSE;
H A Ddo.c970 if (newdungeon && In_endgame(newlevel)) { /* 1st Endgame Level !!! */
1058 cant_go_back = (newdungeon && In_endgame(newlevel));
1120 if (portal && !In_endgame(&u.uz)) {
1130 } else if (at_stairs && !In_endgame(&u.uz)) {
1190 } else { /* trap door or level_tele or In_endgame */
1321 if (In_endgame(&u.uz) && newdungeon && u.uhave.amulet)
H A Dallmain.c355 !In_endgame(&u.uz) && !BClairvoyant &&
H A Dartifact.c1320 if(u.uhave.amulet || In_endgame(&u.uz) || In_endgame(&newlev) ||
H A Dmuse.c440 && !(Is_botlevel(&u.uz) || In_endgame(&u.uz))
623 if (mon_has_amulet(mtmp) || In_endgame(&u.uz)) {
1078 && (!In_endgame(&u.uz) || Is_earthlevel(&u.uz))) {
H A Ddungeon.c1201 if (In_endgame(lev) || In_sokoban(lev) ||
1457 if (In_endgame(&u.uz))
H A Dmakemon.c932 mtmp->mhpmax = mtmp->mhp = (int) (In_endgame(&u.uz) ?
1234 elemlevel = In_endgame(&u.uz) && !Is_astralevel(&u.uz);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Ddungeon.h127 #define In_endgame(x) ((x)->dnum == astral_level.dnum) macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Ddungeon.h127 #define In_endgame(x) ((x)->dnum == astral_level.dnum) macro

Completed in 209 milliseconds

123