Searched refs:W_NONDIGGABLE (Results 1 - 16 of 16) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddig.c190 (levl[x][y].wall_info & W_NONDIGGABLE) != 0)
660 (lev->wall_info & W_NONDIGGABLE) != 0)) {
1099 if ((here->wall_info & W_NONDIGGABLE) != 0) {
1225 if (!(room->wall_info & W_NONDIGGABLE)) {
1236 if (!(room->wall_info & W_NONDIGGABLE)) {
1243 if (!(room->wall_info & W_NONDIGGABLE)) {
H A Ddbridge.c218 levl[x2][y2].wall_info = W_NONDIGGABLE;
776 lev2->wall_info = W_NONDIGGABLE;
H A Dmkmaze.c876 lev->wall_info |= W_NONDIGGABLE;
878 levl[x][y].wall_info |= W_NONDIGGABLE;
H A Dmklev.c891 } else if (!(levl[x][y].wall_info & W_NONDIGGABLE) &&
H A Dhack.c508 (levl[x][y].wall_info & W_NONDIGGABLE)));
H A Dmuse.c439 && !(levl[x][y].wall_info & W_NONDIGGABLE)
H A Dsp_lev.c2410 tmpdig.x2, tmpdig.y2, W_NONDIGGABLE);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddig.c190 (levl[x][y].wall_info & W_NONDIGGABLE) != 0)
660 (lev->wall_info & W_NONDIGGABLE) != 0)) {
1099 if ((here->wall_info & W_NONDIGGABLE) != 0) {
1225 if (!(room->wall_info & W_NONDIGGABLE)) {
1236 if (!(room->wall_info & W_NONDIGGABLE)) {
1243 if (!(room->wall_info & W_NONDIGGABLE)) {
H A Ddbridge.c218 levl[x2][y2].wall_info = W_NONDIGGABLE;
776 lev2->wall_info = W_NONDIGGABLE;
H A Dmkmaze.c876 lev->wall_info |= W_NONDIGGABLE;
878 levl[x][y].wall_info |= W_NONDIGGABLE;
H A Dmklev.c891 } else if (!(levl[x][y].wall_info & W_NONDIGGABLE) &&
H A Dhack.c508 (levl[x][y].wall_info & W_NONDIGGABLE)));
H A Dmuse.c439 && !(levl[x][y].wall_info & W_NONDIGGABLE)
H A Dsp_lev.c2410 tmpdig.x2, tmpdig.y2, W_NONDIGGABLE);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h313 #define W_NONDIGGABLE 0x08 macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h313 #define W_NONDIGGABLE 0x08 macro

Completed in 148 milliseconds