Searched refs:VISITED (Results 1 - 10 of 10) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Ddungeon.h150 #define VISITED 0x01 /* hero has visited this level */ macro
154 * Note: VISITED and LFILE_EXISTS are currently almost always set at the
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Ddungeon.h150 #define VISITED 0x01 /* hero has visited this level */ macro
154 * Note: VISITED and LFILE_EXISTS are currently almost always set at the
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
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 Ddo.c1094 if (level_info[new_ledger].flags & (FORGOTTEN|VISITED)) {
1096 level_info[new_ledger].flags &= ~(FORGOTTEN|VISITED);
H A Dsave.c466 level_info[lev].flags |= VISITED;
H A Dread.c568 if ((level_info[i].flags & VISITED) &&
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
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 Ddo.c1094 if (level_info[new_ledger].flags & (FORGOTTEN|VISITED)) {
1096 level_info[new_ledger].flags &= ~(FORGOTTEN|VISITED);
H A Dsave.c466 level_info[lev].flags |= VISITED;
H A Dread.c568 if ((level_info[i].flags & VISITED) &&

Completed in 135 milliseconds