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

  /src/games/hack/
hack.mklev.c 78 #define XLIM 4 /* define minimum required space around a
233 int tryct = 0, xlim, ylim; local in function:makerooms
236 xlim = XLIM + secret;
271 if (hx - lx < dx + dx / 2 + 2 * xlim || hy - ly < dy + dy / 3 + 2 * ylim) {
284 lowx = lx + xlim + rn2(hx - lx - dx - 2 * xlim + 1);
304 int lx, ly, hx, hy, xlim, ylim; local in function:addrs
307 xlim = XLIM + secret
464 int xlim = XLIM + secret, ylim = YLIM + secret; local in function:maker
    [all...]

Completed in 16 milliseconds