Searched refs:GRAVE (Results 1 - 8 of 8) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h63 #define GRAVE 30 macro
92 #define IS_GRAVE(typ) ((typ) == GRAVE)
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h63 #define GRAVE 30 macro
92 #define IS_GRAVE(typ) ((typ) == GRAVE)
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dengrave.c1244 if ((levl[x][y].typ != ROOM && levl[x][y].typ != GRAVE) || t_at(x,y)) return;
1247 levl[x][y].typ = GRAVE;
H A Dmusic.c266 case GRAVE :
H A Ddisplay.c1442 case GRAVE: idx = S_grave; break;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dengrave.c1244 if ((levl[x][y].typ != ROOM && levl[x][y].typ != GRAVE) || t_at(x,y)) return;
1247 levl[x][y].typ = GRAVE;
H A Dmusic.c266 case GRAVE :
H A Ddisplay.c1442 case GRAVE: idx = S_grave; break;

Completed in 54 milliseconds