Searched refs:PM_GRID_BUG (Results 1 - 14 of 14) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dpm.h123 #define PM_GRID_BUG 115 macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dpm.h123 #define PM_GRID_BUG 115 macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dcmd.c2039 if (u.dx && u.dy && u.umonnum == PM_GRID_BUG) {
2151 if (iflags.num_pad && u.umonnum == PM_GRID_BUG) {
2158 } else if (u.umonnum == PM_GRID_BUG) {
2197 register int x = (u.umonnum == PM_GRID_BUG) ? 2*rn2(4) : rn2(8);
H A Dhack.c762 int dirmax = u.umonnum == PM_GRID_BUG ? 4 : 8;
1926 if (u.umonnum == PM_GRID_BUG && u.dx && u.dy) {
1935 if(u.umonnum == PM_GRID_BUG && x != u.ux && y != u.uy) continue;
H A Dmon.c1019 nodiag = (mdat == &mons[PM_GRID_BUG]);
1238 if (distance==2 && mon->data==&mons[PM_GRID_BUG]) return 0;
H A Dmuse.c372 if (mtmp->data != &mons[PM_GRID_BUG] || xx == x || yy == y)
1597 if (mdat != &mons[PM_GRID_BUG] || xx == x || yy == y)
H A Dmhitm.c212 if (pa == &mons[PM_GRID_BUG] && magr->mx != mdef->mx
H A Dshk.c3211 (shkp->data != &mons[PM_GRID_BUG] || (omx==u.ux || omy==u.uy))) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dcmd.c2039 if (u.dx && u.dy && u.umonnum == PM_GRID_BUG) {
2151 if (iflags.num_pad && u.umonnum == PM_GRID_BUG) {
2158 } else if (u.umonnum == PM_GRID_BUG) {
2197 register int x = (u.umonnum == PM_GRID_BUG) ? 2*rn2(4) : rn2(8);
H A Dhack.c762 int dirmax = u.umonnum == PM_GRID_BUG ? 4 : 8;
1926 if (u.umonnum == PM_GRID_BUG && u.dx && u.dy) {
1935 if(u.umonnum == PM_GRID_BUG && x != u.ux && y != u.uy) continue;
H A Dmon.c1019 nodiag = (mdat == &mons[PM_GRID_BUG]);
1238 if (distance==2 && mon->data==&mons[PM_GRID_BUG]) return 0;
H A Dmuse.c372 if (mtmp->data != &mons[PM_GRID_BUG] || xx == x || yy == y)
1597 if (mdat != &mons[PM_GRID_BUG] || xx == x || yy == y)
H A Dmhitm.c212 if (pa == &mons[PM_GRID_BUG] && magr->mx != mdef->mx
H A Dshk.c3211 (shkp->data != &mons[PM_GRID_BUG] || (omx==u.ux || omy==u.uy))) {

Completed in 206 milliseconds