Home | History | Annotate | Download | only in trek

Lines Matching defs:iy

49 **	otherwise, the current quadrant is taken, and (ix, iy) give
70 int ix, iy = 0;
91 for (iy = 0; iy < NSECTS; iy++)
92 if (Sect[ix][iy] == STAR ||
93 Sect[ix][iy] == INHABIT)
103 iy = y;
111 printf("\a\nRED ALERT: supernova occurring at %d,%d\n", ix, iy);
113 dy = iy - Ship.secty;