Searched refs:IS_DRAWBRIDGE (Results 1 - 10 of 10) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddbridge.c99 if (IS_DRAWBRIDGE(levl[x+1][y].typ) &&
102 if (IS_DRAWBRIDGE(levl[x-1][y].typ) &&
105 if (IS_DRAWBRIDGE(levl[x][y-1].typ) &&
108 if (IS_DRAWBRIDGE(levl[x][y+1].typ) &&
138 if (IS_DRAWBRIDGE(levl[*x][*y].typ))
539 if (e_inview && (at_portcullis || IS_DRAWBRIDGE(crm->typ)))
848 if (!IS_DRAWBRIDGE(lev1->typ))
H A Dmusic.c564 if(IS_DRAWBRIDGE(levl[x][y].typ) ||
H A Ddokick.c613 else if (IS_DRAWBRIDGE(maploc->typ)) what = "a drawbridge";
H A Dmuse.c651 IS_DRAWBRIDGE(levl[mtmp->mx][mtmp->my].typ) ||
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddbridge.c99 if (IS_DRAWBRIDGE(levl[x+1][y].typ) &&
102 if (IS_DRAWBRIDGE(levl[x-1][y].typ) &&
105 if (IS_DRAWBRIDGE(levl[x][y-1].typ) &&
108 if (IS_DRAWBRIDGE(levl[x][y+1].typ) &&
138 if (IS_DRAWBRIDGE(levl[*x][*y].typ))
539 if (e_inview && (at_portcullis || IS_DRAWBRIDGE(crm->typ)))
848 if (!IS_DRAWBRIDGE(lev1->typ))
H A Dmusic.c564 if(IS_DRAWBRIDGE(levl[x][y].typ) ||
H A Ddokick.c613 else if (IS_DRAWBRIDGE(maploc->typ)) what = "a drawbridge";
H A Dmuse.c651 IS_DRAWBRIDGE(levl[mtmp->mx][mtmp->my].typ) ||
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h94 #define IS_DRAWBRIDGE(typ) ((typ) == DRAWBRIDGE_UP || (typ) == DRAWBRIDGE_DOWN) macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h94 #define IS_DRAWBRIDGE(typ) ((typ) == DRAWBRIDGE_UP || (typ) == DRAWBRIDGE_DOWN) macro

Completed in 51 milliseconds