Searched refs:lev1 (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddbridge.c751 register struct rm *lev1, *lev2; local
755 lev1 = &levl[x][y];
756 if (lev1->typ != DRAWBRIDGE_DOWN) return;
763 lev1->typ = DRAWBRIDGE_UP;
766 switch (lev1->drawbridgemask & DB_DIR) {
803 register struct rm *lev1, *lev2; local
807 lev1 = &levl[x][y];
808 if (lev1->typ != DRAWBRIDGE_UP) return;
814 lev1->typ = DRAWBRIDGE_DOWN;
841 register struct rm *lev1, *lev local
[all...]
H A Ddungeon.c1014 on_level(lev1, lev2) /* are "lev1" and "lev2" actually the same? */
1015 d_level *lev1, *lev2;
1017 return((boolean)((lev1->dnum == lev2->dnum) && (lev1->dlevel == lev2->dlevel)));
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddbridge.c751 register struct rm *lev1, *lev2; local
755 lev1 = &levl[x][y];
756 if (lev1->typ != DRAWBRIDGE_DOWN) return;
763 lev1->typ = DRAWBRIDGE_UP;
766 switch (lev1->drawbridgemask & DB_DIR) {
803 register struct rm *lev1, *lev2; local
807 lev1 = &levl[x][y];
808 if (lev1->typ != DRAWBRIDGE_UP) return;
814 lev1->typ = DRAWBRIDGE_DOWN;
841 register struct rm *lev1, *lev local
[all...]
H A Ddungeon.c1014 on_level(lev1, lev2) /* are "lev1" and "lev2" actually the same? */
1015 d_level *lev1, *lev2;
1017 return((boolean)((lev1->dnum == lev2->dnum) && (lev1->dlevel == lev2->dlevel)));

Completed in 60 milliseconds