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

  /src/games/larn/
movem.c 133 static int tmpitem, xl, xh, yl, yh; variable in typeref:typename:int
154 if ((yl = j + rnd(3) - 2) < 0)
155 yl = 0;
156 if (yl >= MAXY)
157 yl = MAXY - 1;
158 if ((tmp = item[xl][yl]) != OWALL)
159 if (mitem[xl][yl] == 0)
162 mmove(i, j, xl, yl);
168 yl = tmp1 - 2;
171 vxy(&xl, &yl);
    [all...]
object.c 906 static int xh, yh, yl, xl; variable in typeref:typename:int
964 yl = max(playery - 7, 0);
966 for (i = yl; i < yh; i++)
970 draws(xl, xh, yl, yh);
monster.c 292 int xl, xh, yl, yh; local in function:speldamage
360 yl = playery - 5; /* enlightenment */
364 vxy(&xl, &yl);
366 for (i = yl; i <= yh; i++) /* enlightenment */
369 draws(xl, xh + 1, yl, yh + 1);
543 yl = playery;
545 i = dirsub(&xl, &yl); /* get direction of sphere */
546 newsphere(xl, yl, i, rnd(20) + 11); /* make a sphere */
  /src/sys/arch/x68k/stand/libiocs/
iocs.h 57 short yl; member in struct:iocs_fntbuf

Completed in 13 milliseconds