Searched refs:DOOR (Results 1 - 25 of 28) sorted by relevance

12

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h55 #define DOOR 22 macro
81 #define IS_DOOR(typ) ((typ) == DOOR)
84 #define ACCESSIBLE(typ) ((typ) >= DOOR) /* good position */
87 #define SPACE_POS(typ) ((typ) > DOOR)
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h55 #define DOOR 22 macro
81 #define IS_DOOR(typ) ((typ) == DOOR)
84 #define ACCESSIBLE(typ) ((typ) >= DOOR) /* good position */
87 #define SPACE_POS(typ) ((typ) > DOOR)
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dvault.c214 if(levl[x+1][y].typ == HWALL || levl[x+1][y].typ == DOOR)
216 else if(levl[x-1][y].typ == HWALL || levl[x-1][y].typ == DOOR)
218 else if(levl[x][y+1].typ == VWALL || levl[x][y+1].typ == DOOR)
220 else if(levl[x][y-1].typ == VWALL || levl[x][y-1].typ == DOOR)
341 levl[x][y].typ = DOOR;
646 crm->typ = DOOR;
648 crm->typ = (typ == SCORR) ? CORR : DOOR;
650 if(crm->typ == DOOR) crm->doormask = D_NODOOR;
670 crm->typ = DOOR;
684 crm->typ = DOOR;
[all...]
H A Ddbridge.c96 if (lev->typ != DOOR && lev->typ != DBWALL)
212 levl[x2][y2].typ = DOOR;
816 lev2->typ = DOOR;
887 lev2->typ = DOOR;
H A Ddig.c357 lev->typ = DOOR;
362 cvt_sdoor_to_door(lev); /* ->typ = DOOR */
1075 cvt_sdoor_to_door(here); /* ->typ = DOOR */
1118 here->typ = DOOR;
1215 room->typ = DOOR;
1261 room->typ = DOOR;
H A Dmklev.c380 type = DOOR;
382 if(type == DOOR) {
500 dosdoor(xx, yy, aroom, rn2(5) ? SDOOR : DOOR);
1163 dosdoor(x,y,aroom,rn2(8) ? DOOR : SDOOR);
H A Dmusic.c334 case DOOR : /* Make the door collapse */
H A Ddetect.c996 lev->typ = DOOR;
1010 cvt_sdoor_to_door(&levl[zx][zy]); /* .typ = DOOR */
1065 if(levl[zx][zy].typ == SDOOR || (levl[zx][zy].typ == DOOR &&
1068 cvt_sdoor_to_door(&levl[zx][zy]); /* .typ = DOOR */
1192 cvt_sdoor_to_door(&levl[x][y]); /* .typ = DOOR */
H A Dlock.c754 door->typ = DOOR;
H A Dhack.c390 lev->typ = DOOR;
404 lev->typ = DOOR;
H A Ddisplay.c1418 case DOOR:
1558 "DOOR", "CORR", "ROOM", "STAIRS",
H A Dsp_lev.c658 levl[x][y].typ = (dd->secret ? SDOOR : DOOR);
2155 * boundaries where DOOR syms look bad or aren't desirable.
2347 levl[x][y].typ = DOOR;
H A Dvision.c325 in_door = levl[u.ux][u.uy].typ == DOOR;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dvault.c214 if(levl[x+1][y].typ == HWALL || levl[x+1][y].typ == DOOR)
216 else if(levl[x-1][y].typ == HWALL || levl[x-1][y].typ == DOOR)
218 else if(levl[x][y+1].typ == VWALL || levl[x][y+1].typ == DOOR)
220 else if(levl[x][y-1].typ == VWALL || levl[x][y-1].typ == DOOR)
341 levl[x][y].typ = DOOR;
646 crm->typ = DOOR;
648 crm->typ = (typ == SCORR) ? CORR : DOOR;
650 if(crm->typ == DOOR) crm->doormask = D_NODOOR;
670 crm->typ = DOOR;
684 crm->typ = DOOR;
[all...]
H A Ddbridge.c96 if (lev->typ != DOOR && lev->typ != DBWALL)
212 levl[x2][y2].typ = DOOR;
816 lev2->typ = DOOR;
887 lev2->typ = DOOR;
H A Ddig.c357 lev->typ = DOOR;
362 cvt_sdoor_to_door(lev); /* ->typ = DOOR */
1075 cvt_sdoor_to_door(here); /* ->typ = DOOR */
1118 here->typ = DOOR;
1215 room->typ = DOOR;
1261 room->typ = DOOR;
H A Dmklev.c380 type = DOOR;
382 if(type == DOOR) {
500 dosdoor(xx, yy, aroom, rn2(5) ? SDOOR : DOOR);
1163 dosdoor(x,y,aroom,rn2(8) ? DOOR : SDOOR);
H A Dmusic.c334 case DOOR : /* Make the door collapse */
H A Ddetect.c996 lev->typ = DOOR;
1010 cvt_sdoor_to_door(&levl[zx][zy]); /* .typ = DOOR */
1065 if(levl[zx][zy].typ == SDOOR || (levl[zx][zy].typ == DOOR &&
1068 cvt_sdoor_to_door(&levl[zx][zy]); /* .typ = DOOR */
1192 cvt_sdoor_to_door(&levl[x][y]); /* .typ = DOOR */
H A Dlock.c754 door->typ = DOOR;
H A Dhack.c390 lev->typ = DOOR;
404 lev->typ = DOOR;
H A Ddisplay.c1418 case DOOR:
1558 "DOOR", "CORR", "ROOM", "STAIRS",
H A Dsp_lev.c658 levl[x][y].typ = (dd->secret ? SDOOR : DOOR);
2155 * boundaries where DOOR syms look bad or aren't desirable.
2347 levl[x][y].typ = DOOR;
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dlev_yacc.c1759 tmpmap[current_coord.y][current_coord.x] != DOOR &&
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dlev_yacc.c1759 tmpmap[current_coord.y][current_coord.x] != DOOR &&

Completed in 172 milliseconds

12