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