Searched refs:FORGOTTEN (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.h151 #define FORGOTTEN 0x02 /* hero will forget this level when reached */ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Ddungeon.h151 #define FORGOTTEN 0x02 /* hero will forget this level when reached */ macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddo.c1094 if (level_info[new_ledger].flags & (FORGOTTEN|VISITED)) {
1096 level_info[new_ledger].flags &= ~(FORGOTTEN|VISITED);
1257 if (level_info[new_ledger].flags & FORGOTTEN) {
1261 level_info[new_ledger].flags &= ~FORGOTTEN;
H A Ddungeon.c1506 (level_info[idx].flags & (FORGOTTEN|VISITED)) == VISITED)) {
1522 ((level_info[idx].flags & (FORGOTTEN|VISITED)) == VISITED &&
1523 (level_info[idxtoo].flags & (FORGOTTEN|VISITED)) == VISITED)) {
H A Dread.c569 !(level_info[i].flags & FORGOTTEN) && i != this_lev) {
583 level_info[indices[i]].flags |= FORGOTTEN;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddo.c1094 if (level_info[new_ledger].flags & (FORGOTTEN|VISITED)) {
1096 level_info[new_ledger].flags &= ~(FORGOTTEN|VISITED);
1257 if (level_info[new_ledger].flags & FORGOTTEN) {
1261 level_info[new_ledger].flags &= ~FORGOTTEN;
H A Ddungeon.c1506 (level_info[idx].flags & (FORGOTTEN|VISITED)) == VISITED)) {
1522 ((level_info[idx].flags & (FORGOTTEN|VISITED)) == VISITED &&
1523 (level_info[idxtoo].flags & (FORGOTTEN|VISITED)) == VISITED)) {
H A Dread.c569 !(level_info[i].flags & FORGOTTEN) && i != this_lev) {
583 level_info[indices[i]].flags |= FORGOTTEN;

Completed in 100 milliseconds