Symbol: SPACE
bin/sh/memalloc.c
157
stacknxt = SPACE(sp);
bin/sh/memalloc.c
212
if (stackp != NULL && stacknxt == SPACE(stackp))
bin/sh/memalloc.c
268
if (stackp != NULL && stacknxt == SPACE(stackp)) {
bin/sh/memalloc.c
275
stacknxt = SPACE(sp);
games/hunt/hunt/otto.c
199
case SPACE:
games/hunt/huntd/answer.c
327
newpp->p_maze[y][x] = SPACE;
games/hunt/huntd/answer.c
339
} while (Maze[y][x] != SPACE);
games/hunt/huntd/answer.c
340
newpp->p_over = SPACE;
games/hunt/huntd/answer.c
385
} while (Maze[y][x] != SPACE);
games/hunt/huntd/answer.c
393
} while (Maze[y][x] != SPACE);
games/hunt/huntd/draw.c
66
if (*sp != SPACE) {
games/hunt/huntd/driver.c
497
} while (Maze[y][x] != SPACE);
games/hunt/huntd/driver.c
716
bp->b_over = SPACE;
games/hunt/huntd/driver.c
761
TRUE, SPACE);
games/hunt/huntd/driver.c
785
np->p_over = SPACE;
games/hunt/huntd/driver.c
811
} while (Maze[y][x] != SPACE);
games/hunt/huntd/driver.c
815
NULL, TRUE, SPACE);
games/hunt/huntd/driver.c
828
} while (Maze[y][x] != SPACE);
games/hunt/huntd/driver.c
834
NULL, FALSE, SPACE);
games/hunt/huntd/execute.c
227
case SPACE:
games/hunt/huntd/execute.c
251
Maze[y][x] = SPACE;
games/hunt/huntd/execute.c
267
Maze[y][x] = SPACE;
games/hunt/huntd/execute.c
309
Maze[y][x] = SPACE;
games/hunt/huntd/expl.c
123
c = SPACE;
games/hunt/huntd/expl.c
182
case SPACE:
games/hunt/huntd/expl.c
198
if (save_char == SPACE)
games/hunt/huntd/expl.c
233
Maze[y][x] = SPACE;
games/hunt/huntd/makemaze.c
123
if (Maze[ty][tx] == SPACE)
games/hunt/huntd/makemaze.c
125
Maze[(y + ty) / 2][(x + tx) / 2] = SPACE;
games/hunt/huntd/makemaze.c
140
if (*sp == SPACE)
games/hunt/huntd/makemaze.c
144
if (y - 1 >= 0 && Maze[y - 1][x] != SPACE)
games/hunt/huntd/makemaze.c
146
if (y + 1 < HEIGHT && Maze[y + 1][x] != SPACE)
games/hunt/huntd/makemaze.c
148
if (x + 1 < WIDTH && Maze[y][x + 1] != SPACE)
games/hunt/huntd/makemaze.c
150
if (x - 1 >= 0 && Maze[y][x - 1] != SPACE)
games/hunt/huntd/makemaze.c
42
# define ISCLEAR(y,x) (Maze[y][x] == SPACE)
games/hunt/huntd/makemaze.c
95
Maze[y][x] = SPACE;
games/hunt/huntd/shots.c
1015
i, bp->b_size, bp->b_owner, bp->b_score, TRUE, SPACE);
games/hunt/huntd/shots.c
1022
bp->b_score, TRUE, SPACE);
games/hunt/huntd/shots.c
1029
bp->b_score, TRUE, SPACE);
games/hunt/huntd/shots.c
1036
bp->b_score, TRUE, SPACE);
games/hunt/huntd/shots.c
714
case SPACE:
games/hunt/huntd/shots.c
735
Maze[y][x] = SPACE;
games/hunt/huntd/shots.c
829
NULL, TRUE, SPACE);
games/hunt/huntd/shots.c
830
Maze[y][x] = SPACE;
sys/bus/cam/scsi/scsi_sa.c
3544
scsi_cmd->opcode = SPACE;
sys/vfs/udf/osta.c
360
else if (current != PERIOD && current != SPACE) {
usr.bin/col/col.c
210
case SPACE:
usr.bin/sed/extern.h
54
void cspace(SPACE *, const char *, size_t, enum e_spflag);
usr.bin/sed/extern.h
56
int mf_fgets(SPACE *, enum e_spflag);
usr.bin/sed/main.c
321
mf_fgets(SPACE *sp, enum e_spflag spflag)
usr.bin/sed/process.c
386
SPACE tspace;
usr.bin/sed/process.c
498
SPACE tmp;
usr.bin/sed/process.c
62
static SPACE HS, PS, SS, YS;
usr.bin/sed/process.c
698
regsub(SPACE *sp, char *string, char *src)
usr.bin/sed/process.c
745
cspace(SPACE *sp, const char *p, size_t len, enum e_spflag spflag)
usr.bin/sed/process.c
76
static void regsub(SPACE *, char *, char *);
usr.bin/sed/process.c
99
SPACE tspace;
usr.bin/seq/seq.c
115
pad = SPACE;