Symbol: SPACE
games/hunt/hunt/otto.c
234
case SPACE:
games/hunt/huntd/answer.c
267
newpp->p_maze[y][x] = SPACE;
games/hunt/huntd/answer.c
278
} while (Maze[y][x] != SPACE);
games/hunt/huntd/answer.c
279
newpp->p_over = SPACE;
games/hunt/huntd/answer.c
319
} while (Maze[y][x] != SPACE);
games/hunt/huntd/answer.c
329
} while (Maze[y][x] != SPACE);
games/hunt/huntd/draw.c
58
if (*sp != SPACE) {
games/hunt/huntd/driver.c
522
} while (Maze[y][x] != SPACE);
games/hunt/huntd/driver.c
705
bp->b_over = SPACE;
games/hunt/huntd/driver.c
736
NULL, true, SPACE);
games/hunt/huntd/driver.c
758
np->p_over = SPACE;
games/hunt/huntd/driver.c
782
} while (Maze[y][x] != SPACE);
games/hunt/huntd/driver.c
784
NULL, true, SPACE);
games/hunt/huntd/driver.c
796
} while (Maze[y][x] != SPACE);
games/hunt/huntd/driver.c
800
NULL, false, SPACE);
games/hunt/huntd/execute.c
220
case SPACE:
games/hunt/huntd/execute.c
242
Maze[y][x] = SPACE;
games/hunt/huntd/execute.c
258
Maze[y][x] = SPACE;
games/hunt/huntd/execute.c
299
Maze[y][x] = SPACE;
games/hunt/huntd/expl.c
126
c = SPACE;
games/hunt/huntd/expl.c
171
case SPACE:
games/hunt/huntd/expl.c
181
if (Maze[r->r_y][r->r_x] == SPACE)
games/hunt/huntd/expl.c
192
if (save_char == SPACE)
games/hunt/huntd/expl.c
232
Maze[y][x] = SPACE;
games/hunt/huntd/makemaze.c
104
Maze[y][x] = SPACE; /* Clear this spot */
games/hunt/huntd/makemaze.c
129
Maze[y][x] = SPACE;
games/hunt/huntd/makemaze.c
157
if (Maze[ty][tx] == SPACE)
games/hunt/huntd/makemaze.c
159
Maze[(y + ty) / 2][(x + tx) / 2] = SPACE;
games/hunt/huntd/makemaze.c
174
if (*sp == SPACE)
games/hunt/huntd/makemaze.c
177
if (y - 1 >= 0 && Maze[y - 1][x] != SPACE)
games/hunt/huntd/makemaze.c
179
if (y + 1 < HEIGHT && Maze[y + 1][x] != SPACE)
games/hunt/huntd/makemaze.c
181
if (x + 1 < WIDTH && Maze[y][x + 1] != SPACE)
games/hunt/huntd/makemaze.c
183
if (x - 1 >= 0 && Maze[y][x - 1] != SPACE)
games/hunt/huntd/makemaze.c
40
#define ISCLEAR(y,x) (Maze[y][x] == SPACE)
games/hunt/huntd/shots.c
627
case SPACE:
games/hunt/huntd/shots.c
645
Maze[y][x] = SPACE;
games/hunt/huntd/shots.c
737
NULL, true, SPACE);
games/hunt/huntd/shots.c
738
Maze[y][x] = SPACE;
games/hunt/huntd/shots.c
921
i, bp->b_size, bp->b_owner, bp->b_score, true, SPACE);
games/hunt/huntd/shots.c
928
bp->b_score, true, SPACE);
games/hunt/huntd/shots.c
935
bp->b_score, true, SPACE);
games/hunt/huntd/shots.c
942
bp->b_score, true, SPACE);
sys/dev/scsipi/st.c
1810
cmd.opcode = SPACE;
sys/fs/udf/udf_osta.c
370
else if (current != PERIOD && current != SPACE) {
sys/lib/libsa/subr_prf.c
191
lflag |= SPACE;
sys/lib/libsa/subr_prf.c
337
else if (lflag & SPACE)
usr.bin/cal/cal.c
520
days[dw++] = SPACE - day++;
usr.bin/cal/cal.c
575
if (day == SPACE) {
usr.bin/cal/cal.c
579
if (day < SPACE) {
usr.bin/cal/cal.c
581
day = SPACE - day;
usr.bin/cal/cal.c
77
SPACE, SPACE, SPACE, SPACE, SPACE, SPACE, SPACE,
usr.bin/cal/cal.c
78
SPACE, SPACE, SPACE, SPACE, SPACE, SPACE, SPACE,
usr.bin/cal/cal.c
79
SPACE, SPACE, SPACE, SPACE, SPACE, SPACE, SPACE,
usr.bin/cal/cal.c
80
SPACE, SPACE, SPACE, SPACE, SPACE, SPACE, SPACE,
usr.bin/cal/cal.c
81
SPACE, SPACE, SPACE, SPACE, SPACE, SPACE, SPACE,
usr.bin/cal/cal.c
82
SPACE, SPACE, SPACE, SPACE, SPACE, SPACE, SPACE,
usr.bin/col/col.c
227
case SPACE:
usr.bin/sed/extern.h
52
void cspace(SPACE *, const char *, size_t, enum e_spflag);
usr.bin/sed/extern.h
54
int mf_fgets(SPACE *, enum e_spflag);
usr.bin/sed/main.c
342
mf_fgets(SPACE *sp, enum e_spflag spflag)
usr.bin/sed/process.c
108
SPACE tspace;
usr.bin/sed/process.c
388
SPACE tspace;
usr.bin/sed/process.c
500
SPACE tmp;
usr.bin/sed/process.c
72
static SPACE HS, PS, SS, YS;
usr.bin/sed/process.c
721
regsub(SPACE *sp, char *string, char *src)
usr.bin/sed/process.c
767
cspace(SPACE *sp, const char *p, size_t len, enum e_spflag spflag)
usr.bin/sed/process.c
85
static void regsub(SPACE *, char *, char *);
usr.bin/seq/seq.c
144
pad = SPACE;