Searched refs:lowx (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/games/hack/
H A Dhack.mklev.c232 int lx, ly, hx, hy, lowx, lowy, hix, hiy, dx, dy; local
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) argument
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, scha argument
[all...]

Completed in 55 milliseconds