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

  /src/usr.sbin/timed/timed/
networkdelta.c 156 long *x, long *xlim, /* the data */
186 for (xptr = x; xptr != xlim; xptr++) {
244 if (((x - xlim) % 2) != 0) { /* even number of points? */
  /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 15 milliseconds