HomeSort by: relevance | last modified time | path
    Searched refs:NQUADS (Results 1 - 10 of 10) sorted by relevancy

  /src/games/trek/
externs.c 101 struct quad Quad[NQUADS][NQUADS];
lrscan.c 71 if (j < 0 || j >= NQUADS)
80 if (i < 0 || i >= NQUADS) {
89 if (j < 0 || j >= NQUADS) {
dumpme.c 65 Ship.quadx = ranf(NQUADS);
66 Ship.quady = ranf(NQUADS);
setup.c 229 for (i = 0; i < NQUADS; i++) {
230 for (j = 0; j < NQUADS; j++) {
246 i = ranf(NQUADS);
247 j = ranf(NQUADS);
256 ix = ranf(NQUADS);
257 iy = ranf(NQUADS);
280 ix = ranf(NQUADS);
281 iy = ranf(NQUADS);
snova.c 81 qx = ranf(NQUADS);
82 qy = ranf(NQUADS);
trek.h 52 #define NQUADS 8 /* dimension of galazy in quadrants */
87 extern struct quad Quad[NQUADS][NQUADS];
events.c 151 for (ix = 0; ix < NQUADS; ix++) {
152 for (iy = 0; iy < NQUADS; iy++) {
273 ix = ranf(NQUADS);
274 iy = ranf(NQUADS);
356 if (i < 0 || i >= NQUADS)
359 if (j < 0 || j >= NQUADS)
computer.c 135 for (i = 0; i < NQUADS; i++)
138 for (i = 0; i < NQUADS; i++) {
140 for (j = 0; j < NQUADS; j++) {
164 for (i = 0; i < NQUADS; i++)
klmove.c 132 if (qx < 0 || qx >= NQUADS ||
133 qy < 0 || qy >= NQUADS ||
move.c 182 if (ix < 0 || Ship.quadx >= NQUADS || iy < 0 ||
183 Ship.quady >= NQUADS) {

Completed in 122 milliseconds