Lines Matching refs:mx
116 inpool = (levl[mtmp->mx][mtmp->my].typ == POOL);
119 if (cansee(mtmp->mx, mtmp->my))
141 if (Conflict && cansee(mtmp->mx, mtmp->my)
182 mtmp->mx = u.ux;
215 int x = mtmp->mx;
224 if ((dd = dist(mtmp->mx, mtmp->my)) < dist(x, y))
256 if (cansee(mtmp->mx, mtmp->my) &&
266 wipe_engr_at(mtmp->mx, mtmp->my, 1);
285 nearby = (dist(mtmp->mx, mtmp->my) < 3);
339 if (mtmp->mhide && o_at(mtmp->mx, mtmp->my) && rn2(10))
400 omx = mtmp->mx;
511 mtmp->mx = nix;
550 while ((gold = g_at(mtmp->mx, mtmp->my)) != NULL) {
553 if (levl[mtmp->mx][mtmp->my].scrsym == '$')
554 newsym(mtmp->mx, mtmp->my);
564 if (otmp->ox == mtmp->mx && otmp->oy == mtmp->my)
568 if (levl[mtmp->mx][mtmp->my].scrsym == GEM_SYM)
569 newsym(mtmp->mx, mtmp->my); /* %% */
583 x = mon->mx;
777 u.ux = mtmp->mx;
883 x = mtmp->mx;
988 mtmp->mx = mm.x;
1019 && (!mtmp->mhide || !o_at(mtmp->mx, mtmp->my))
1020 && cansee(mtmp->mx, mtmp->my));