Searched refs:IRONBARS (Results 1 - 25 of 32) sorted by relevance

12

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h54 #define IRONBARS 21 /* KMH */ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h54 #define IRONBARS 21 /* KMH */ macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dmthrowu.c309 || (levl[bhitpos.x + dx][bhitpos.y + dy].typ == IRONBARS &&
432 || (levl[bhitpos.x+dx][bhitpos.y+dy].typ == IRONBARS &&
H A Dhack.c92 levl[rx][ry].typ != IRONBARS &&
559 if (IS_ROCK(tmpr->typ) || tmpr->typ == IRONBARS) {
563 } else if (tmpr->typ == IRONBARS) {
H A Ddokick.c616 else if (maploc->typ == IRONBARS) what = "an iron bar";
888 if(IS_GRAVE(maploc->typ) || maploc->typ == IRONBARS)
H A Dmkmaze.c37 type == SDOOR || type == IRONBARS);
51 type == SDOOR || type == IRONBARS);
H A Ddig.c921 } else if (lev->typ == IRONBARS) {
H A Ddisplay.c1429 case IRONBARS: idx = S_bars; break;
H A Ddothrow.c480 if (levl[x][y].typ == IRONBARS) {
H A Dmonmove.c1127 } else if (levl[mtmp->mx][mtmp->my].typ == IRONBARS) {
H A Dzap.c2667 typ == IRONBARS &&
4132 levl[u.ux][u.uy].typ < IRONBARS ||
H A Dinvent.c2142 else if (ltyp == IRONBARS)
H A Dmon.c1063 if (ntyp == IRONBARS && !(flag & ALLOW_BARS)) continue;
H A Dobjnam.c2404 levl[u.ux][u.uy].typ = IRONBARS;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmthrowu.c309 || (levl[bhitpos.x + dx][bhitpos.y + dy].typ == IRONBARS &&
432 || (levl[bhitpos.x+dx][bhitpos.y+dy].typ == IRONBARS &&
H A Dhack.c92 levl[rx][ry].typ != IRONBARS &&
559 if (IS_ROCK(tmpr->typ) || tmpr->typ == IRONBARS) {
563 } else if (tmpr->typ == IRONBARS) {
H A Ddokick.c616 else if (maploc->typ == IRONBARS) what = "an iron bar";
888 if(IS_GRAVE(maploc->typ) || maploc->typ == IRONBARS)
H A Dmkmaze.c37 type == SDOOR || type == IRONBARS);
51 type == SDOOR || type == IRONBARS);
H A Ddig.c921 } else if (lev->typ == IRONBARS) {
H A Ddisplay.c1429 case IRONBARS: idx = S_bars; break;
H A Ddothrow.c480 if (levl[x][y].typ == IRONBARS) {
H A Dmonmove.c1127 } else if (levl[mtmp->mx][mtmp->my].typ == IRONBARS) {
H A Dzap.c2667 typ == IRONBARS &&
4132 levl[u.ux][u.uy].typ < IRONBARS ||
H A Dinvent.c2142 else if (ltyp == IRONBARS)
H A Dmon.c1063 if (ntyp == IRONBARS && !(flag & ALLOW_BARS)) continue;

Completed in 235 milliseconds

12