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

/netbsd-current/games/warp/
H A Dinit.c44 int xdist = 0; local
179 ydist = xdist = 0;
181 ydist = xdist = 6; /* well, maybe not so random */
192 xdist = rand_mod(2);
194 printf("%s\r\n",distname[ydist+4*xdist]);
215 xdist = rand_mod(2) + 4; /* flip x axis? */
231 xdist = rand_mod(2);
233 ydist = xdist = 6;
238 printf("%s\r\n",distname[ydist+4*xdist]);
244 switch (xdist) {
[all...]
H A Dterm.c422 int xdist; local
427 xdist = x - real_x;
429 xdist * (xdist < 0 ? -BCsize : NDsize);
440 if (xdist < 0)
441 for (; xdist; xdist++)
445 for (; xdist; xdist--)
/netbsd-current/external/gpl3/gdb/dist/readline/readline/doc/
H A DMakefile.in113 xdist: $(DIST_DOCS)
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/doc/
H A DMakefile.in113 xdist: $(DIST_DOCS)
/netbsd-current/external/mpl/bind/dist/bin/tests/system/
H A Dconftest.py33 # ----------------- Older pytest / xdist compatibility -------------------
34 # As of 2023-01-11, the minimal supported pytest / xdist versions are
37 # - pytest-xdist 1.24.1
155 # Ensure this hook only runs on the main pytest instance if xdist is
158 if config.pluginmanager.has_plugin("xdist") and config.option.numprocesses:
162 import xdist.scheduler.loadscope # pylint: disable=unused-import namespace
165 "xdist is too old and does not have "

Completed in 88 milliseconds