Lines Matching defs:ydist
43 int ydist = 0;
179 ydist = xdist = 0;
181 ydist = xdist = 6; /* well, maybe not so random */
191 ydist = rand_mod(4);
194 printf("%s\r\n",distname[ydist+4*xdist]);
214 ydist = rand_mod(2) + 4; /* flip y axis? */
230 ydist = rand_mod(4);
233 ydist = xdist = 6;
238 printf("%s\r\n",distname[ydist+4*xdist]);
255 ydist = xdist = 0;
260 ydist = xdist = 0;
267 switch (ydist) {