Searched refs:lev2 (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
764 lev2 = &levl[x2][y2];
765 lev2->typ = DBWALL;
769 lev2->horizontal = TRUE;
773 lev2->horizontal = FALSE;
776 lev2->wall_info = W_NONDIGGABLE;
803 register struct rm *lev1, *lev2; local
815 lev2 = &levl[x2][y2];
816 lev2->typ = DOOR;
817 lev2
841 register struct rm *lev1, *lev2; 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
764 lev2 = &levl[x2][y2];
765 lev2->typ = DBWALL;
769 lev2->horizontal = TRUE;
773 lev2->horizontal = FALSE;
776 lev2->wall_info = W_NONDIGGABLE;
803 register struct rm *lev1, *lev2; local
815 lev2 = &levl[x2][y2];
816 lev2->typ = DOOR;
817 lev2
841 register struct rm *lev1, *lev2; 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 46 milliseconds