Searched refs:sectx (Results 1 – 17 of 17) sorted by relevance
136 Sect[Ship.sectx][Ship.secty] = EMPTY; in move()137 x = Ship.sectx + 0.5; in move()158 dx = Ship.quadx * NSECTS + Ship.sectx + dx * xn; in move()172 Ship.sectx = x; in move()180 Ship.sectx = ix % NSECTS; in move()217 dx = Ship.sectx - ix; in move()225 Ship.sectx = ix; in move()228 Sect[Ship.sectx][Ship.secty] = Ship.ship; in move()
141 Sect[Ship.sectx][Ship.secty] = EMPTY; in abandon()143 Ship.sectx = Etc.starbase.x + ranf(3) - 1; in abandon()144 if (Ship.sectx < 0 || Ship.sectx >= NSECTS) in abandon()149 if (Sect[Ship.sectx][Ship.secty] == EMPTY) { in abandon()150 Sect[Ship.sectx][Ship.secty] = QUEENE; in abandon()
82 ix = Ship.sectx + v->x; in visual()90 ix = Ship.sectx + v->x; in visual()98 ix = Ship.sectx + v->x; in visual()
73 for (i = Ship.sectx - 1; i <= Ship.sectx + 1 && !ok; i++) { in dock()
126 Sect[Ship.sectx][Ship.secty] = EMPTY; in help()151 Ship.sectx = dx; in help()
214 Ship.quadx, Ship.quady, Ship.sectx, Ship.secty, in computer()325 dx = (Ship.quadx + Ship.sectx / quadsize) - (tqx + tsx / quadsize); in kalc()
226 dx = Ship.sectx - k->x; in phaser()328 dx = Ship.sectx - k->x; in phaser()
67 Ship.sectx = ranf(NSECTS); in dumpme()
70 dx = Ship.sectx - Etc.klingon[i].x; in compkldist()
112 dx = ix - Ship.sectx; in snova()
94 Sect[Ship.sectx][Ship.secty] = Ship.ship; in initquad()
124 Ship.quady, Ship.sectx, Ship.secty); in srscan()
143 x = Ship.sectx + 0.5; in torped()
96 dx = Ship.sectx - k->x + ranf(3) - 1; in klmove()
231 int sectx; /* sector x coord */ member
217 Ship.sectx = ranf(NSECTS); in setup()
175 Ship.sectx = ranf(NSECTS); in events()