OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xdist
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/warp/
init.c
44
int
xdist
= 0;
local in function:initialize
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
...]
term.c
422
int
xdist
;
local in function:move
427
xdist
= x - real_x;
429
xdist
* (
xdist
< 0 ? -BCsize : NDsize);
440
if (
xdist
< 0)
441
for (;
xdist
;
xdist
++)
445
for (;
xdist
;
xdist
--)
Completed in 11 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025