Searched refs:FOUNTAIN_IS_LOOTED (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dfountain.c316 if (!FOUNTAIN_IS_LOOTED(u.ux,u.uy)) {
429 if (!FOUNTAIN_IS_LOOTED(u.ux,u.uy)) {
480 if (FOUNTAIN_IS_LOOTED(u.ux,u.uy)) break;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dfountain.c316 if (!FOUNTAIN_IS_LOOTED(u.ux,u.uy)) {
429 if (!FOUNTAIN_IS_LOOTED(u.ux,u.uy)) {
480 if (FOUNTAIN_IS_LOOTED(u.ux,u.uy)) break;
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h271 #define FOUNTAIN_IS_LOOTED(x,y) (levl[x][y].looted & F_LOOTED) macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h271 #define FOUNTAIN_IS_LOOTED(x,y) (levl[x][y].looted & F_LOOTED) macro

Completed in 41 milliseconds