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

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h45 #define DBWALL 12 macro
78 #define IS_WALL(typ) ((typ) && (typ) <= DBWALL)
79 #define IS_STWALL(typ) ((typ) <= DBWALL) /* STONE <= (typ) <= DBWALL */
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h45 #define DBWALL 12 macro
78 #define IS_WALL(typ) ((typ) && (typ) <= DBWALL)
79 #define IS_STWALL(typ) ((typ) <= DBWALL) /* STONE <= (typ) <= DBWALL */
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddbridge.c96 if (lev->typ != DOOR && lev->typ != DBWALL)
124 return((boolean)( levl[x][y].typ == DBWALL ));
216 levl[x2][y2].typ = DBWALL;
765 lev2->typ = DBWALL;
H A Dmkmaze.c150 if (IS_WALL(type) && type != DBWALL) {
172 if ( !(IS_WALL(type) && type != DBWALL)) continue;
H A Ddisplay.c1449 case DBWALL:
1556 "DBWALL", "SDOOR", "SCORR", "POOL",
H A Dinvent.c2136 else if (ltyp == DBWALL)
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddbridge.c96 if (lev->typ != DOOR && lev->typ != DBWALL)
124 return((boolean)( levl[x][y].typ == DBWALL ));
216 levl[x2][y2].typ = DBWALL;
765 lev2->typ = DBWALL;
H A Dmkmaze.c150 if (IS_WALL(type) && type != DBWALL) {
172 if ( !(IS_WALL(type) && type != DBWALL)) continue;
H A Ddisplay.c1449 case DBWALL:
1556 "DBWALL", "SDOOR", "SCORR", "POOL",
H A Dinvent.c2136 else if (ltyp == DBWALL)

Completed in 127 milliseconds