Searched refs:STAIRS (Results 1 - 20 of 20) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h58 #define STAIRS 25 macro
85 #define IS_ROOM(typ) ((typ) >= ROOM) /* ROOM, STAIRS, furniture.. */
95 #define IS_FURNITURE(typ) ((typ) >= STAIRS && (typ) <= ALTAR)
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h58 #define STAIRS 25 macro
85 #define IS_ROOM(typ) ((typ) >= ROOM) /* ROOM, STAIRS, furniture.. */
95 #define IS_FURNITURE(typ) ((typ) >= STAIRS && (typ) <= ALTAR)
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dsit.c130 } else if(typ == STAIRS) {
H A Ddokick.c614 else if (maploc->typ == STAIRS) what = "the stairs";
996 if (maploc->typ == STAIRS || maploc->typ == LADDER ||
H A Dmklev.c1106 levl[x][y].typ = STAIRS;
1300 levl[x][y].typ = STAIRS;
H A Drestore.c857 levl[cc.x][cc.y].typ = STAIRS;
H A Dpolyself.c893 (levl[u.ux][u.uy].typ == STAIRS) ? "stairs" : "ladder");
H A Ddisplay.c1433 case STAIRS:
1558 "DOOR", "CORR", "ROOM", "STAIRS",
H A Ddo.c867 levl[u.ux][u.uy].typ == STAIRS ? "stairs" : "ladder");
H A Dmuse.c351 if (levl[x][y].typ == STAIRS && !stuck && !immobile) {
H A Dsp_lev.c1109 if (oldtyp == STAIRS || oldtyp == LADDER)
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dsit.c130 } else if(typ == STAIRS) {
H A Ddokick.c614 else if (maploc->typ == STAIRS) what = "the stairs";
996 if (maploc->typ == STAIRS || maploc->typ == LADDER ||
H A Dmklev.c1106 levl[x][y].typ = STAIRS;
1300 levl[x][y].typ = STAIRS;
H A Drestore.c857 levl[cc.x][cc.y].typ = STAIRS;
H A Dpolyself.c893 (levl[u.ux][u.uy].typ == STAIRS) ? "stairs" : "ladder");
H A Ddisplay.c1433 case STAIRS:
1558 "DOOR", "CORR", "ROOM", "STAIRS",
H A Ddo.c867 levl[u.ux][u.uy].typ == STAIRS ? "stairs" : "ladder");
H A Dmuse.c351 if (levl[x][y].typ == STAIRS && !stuck && !immobile) {
H A Dsp_lev.c1109 if (oldtyp == STAIRS || oldtyp == LADDER)

Completed in 144 milliseconds