HomeSort by: relevance | last modified time | path
    Searched defs:my (Results 1 - 5 of 5) sorted by relevancy

  /src/games/hack/
def.monst.h 70 xchar mx,my; member in struct:monst
hack.mklev.c 781 xchar mx, my; local in function:mktrap
810 my = somey();
813 my = croom->hy + 1;
815 my = croom->ly - 1;
822 my = mm.y;
825 my = somey();
827 } while (m_at(mx, my) || levl[mx][my].typ == STAIRS);
828 if ((mtmp = makemon(PM_MIMIC, mx, my)) != NULL) {
844 my = mm.y
    [all...]
  /src/games/larn/
create.c 115 static int mx, mxl, mxh, my, myl, myh, tmp2; variable in typeref:typename:int
143 my = rnd(11) + 2;
144 myl = my - rnd(2);
145 myh = my + rnd(2);
166 my = rnd(MAXY - 2);
168 item[i][my] = 0;
  /src/games/snake/snake/
snake.c 592 static const int my[8] = { variable in typeref:typename:const int[8]
612 vp = d.col * mx[i] + d.line * my[i];
624 point(&d, sp->col + mx[i], sp->line + my[i]);
658 point(np, sp->col + mx[w], sp->line + my[w]);
871 * My manual says times doesn't return a value. Furthermore, the
  /src/sys/arch/next68k/next68k/
nextrom.h 173 int mx, my; /* mouse location */ field in struct:mon_global

Completed in 13 milliseconds