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

  /src/games/trek/
initquad.c 91 Sect[i][j] = EMPTY;
94 Sect[Ship.sectx][Ship.secty] = Ship.ship;
99 Sect[rx][ry] = KLINGON;
110 Sect[rx][ry] = BASE;
118 Sect[rx][ry] = INHABIT;
125 Sect[rx][ry] = HOLE;
131 Sect[rx][ry] = STAR;
145 } while (Sect[i][j] != EMPTY);
nova.c 64 if (Sect[x][y] != STAR || Quad[Ship.quadx][Ship.quady].stars < 0)
77 Sect[x][y] = EMPTY;
79 Sect[x][y] = HOLE;
90 se = Sect[i][j];
134 Sect[i][j] = EMPTY;
externs.c 104 char Sect[NSECTS][NSECTS];
visual.c 87 co = Sect[ix][iy];
95 co = Sect[ix][iy];
103 co = Sect[ix][iy];
klmove.c 150 Sect[k->x][k->y] = EMPTY;
158 if (Sect[lookx][looky] != EMPTY) {
162 if (Sect[lookx][looky] != EMPTY) {
166 Sect[lookx][looky] != EMPTY) {
179 Sect[k->x][k->y] = EMPTY;
180 Sect[k->x = nextx][k->y = nexty] = KLINGON;
help.c 126 Sect[Ship.sectx][Ship.secty] = EMPTY;
144 Sect[dx][dy] != EMPTY)
153 Sect[dx][dy] = Ship.ship;
abandon.c 141 Sect[Ship.sectx][Ship.secty] = EMPTY;
149 if (Sect[Ship.sectx][Ship.secty] == EMPTY) {
150 Sect[Ship.sectx][Ship.secty] = QUEENE;
move.c 136 Sect[Ship.sectx][Ship.secty] = EMPTY;
193 if (Sect[ix][iy] != EMPTY) {
205 if (Sect[ix][iy] == HOLE) {
228 Sect[Ship.sectx][Ship.secty] = Ship.ship;
ram.c 63 c = Sect[ix][iy];
dumpgame.c 64 { (char *)Sect, sizeof (Sect) },
snova.c 92 if (Sect[ix][iy] == STAR ||
93 Sect[ix][iy] == INHABIT)
kill.c 70 Sect[ix][iy] = EMPTY;
125 Sect[Etc.starbase.x][Etc.starbase.y] = EMPTY;
160 Sect[x][y] = EMPTY;
torped.c 160 switch (Sect[ix][iy]) {
202 Sect[ix][iy], ix, iy);
203 Sect[ix][iy] = EMPTY;
dock.c 79 if (Sect[i][j] == BASE) {
srscan.c 107 printf("%c ", Sect[i][j]);
trek.h 100 extern char Sect[NSECTS][NSECTS];
events.c 386 Sect[ix][iy] = KLINGON;
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingPort.h 27 #define COMPILER_RT_SECTION(Sect) __attribute__((section(Sect)))
InstrProfData.inc 728 #define INSTR_PROF_SECT_START(Sect) \
729 INSTR_PROF_CONCAT(__start_,Sect)
730 #define INSTR_PROF_SECT_STOP(Sect) \
731 INSTR_PROF_CONCAT(__stop_,Sect)

Completed in 47 milliseconds