Lines Matching defs:lowx
232 int lx, ly, hx, hy, lowx, lowy, hix, hiy, dx, dy;
284 lowx = lx + xlim + rn2(hx - lx - dx - 2 * xlim + 1);
286 hix = lowx + dx;
289 if (maker(lowx, dx, lowy, dy)) {
292 addrs(lowx - 1, lowy - 1, hix + 1, hiy + 1);
301 addrs(int lowx, int lowy, int hix, int hiy)
314 (hx = rsp->rhx) < lowx || (hy = rsp->rhy) < lowy)
327 if (lowx - lx > 2 * xlim + 4)
328 addrsx(lx, ly, lowx - 2, hy, discarded);
460 maker(schar lowx, schar ddx, schar lowy, schar ddy)
463 int x, y, hix = lowx + ddx, hiy = lowy + ddy;
468 if (lowx < XLIM)
469 lowx = XLIM;
477 if (hix <= lowx || hiy <= lowy)
481 for (x = lowx - xlim; x <= hix + xlim; x++) {
490 if (x < lowx)
491 lowx = x + xlim + 1;
508 for (x = lowx - 1; x <= hix + 1; x++)
514 croom->lx = lowx;
520 for (x = lowx - 1; x <= hix + 1; x++)
525 for (x = lowx - 1; x <= hix + 1; x += (hix - lowx + 2))
530 for (x = lowx; x <= hix; x++)