Symbol: SPACE
games/hunt/hunt/otto.c
196
case SPACE:
games/hunt/huntd/answer.c
309
newpp->p_maze[y][x] = SPACE;
games/hunt/huntd/answer.c
321
} while (Maze[y][x] != SPACE);
games/hunt/huntd/answer.c
322
newpp->p_over = SPACE;
games/hunt/huntd/answer.c
367
} while (Maze[y][x] != SPACE);
games/hunt/huntd/answer.c
375
} while (Maze[y][x] != SPACE);
games/hunt/huntd/draw.c
65
if (*sp != SPACE) {
games/hunt/huntd/driver.c
493
} while (Maze[y][x] != SPACE);
games/hunt/huntd/driver.c
712
bp->b_over = SPACE;
games/hunt/huntd/driver.c
757
TRUE, SPACE);
games/hunt/huntd/driver.c
781
np->p_over = SPACE;
games/hunt/huntd/driver.c
807
} while (Maze[y][x] != SPACE);
games/hunt/huntd/driver.c
811
(PLAYER *) NULL, TRUE, SPACE);
games/hunt/huntd/driver.c
824
} while (Maze[y][x] != SPACE);
games/hunt/huntd/driver.c
830
(PLAYER *) NULL, FALSE, SPACE);
games/hunt/huntd/execute.c
228
case SPACE:
games/hunt/huntd/execute.c
252
Maze[y][x] = SPACE;
games/hunt/huntd/execute.c
268
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
150
Maze[y][x] = SPACE;
games/hunt/huntd/makemaze.c
178
if (Maze[ty][tx] == SPACE)
games/hunt/huntd/makemaze.c
180
Maze[(y + ty) / 2][(x + tx) / 2] = SPACE;
games/hunt/huntd/makemaze.c
195
if (*sp == SPACE)
games/hunt/huntd/makemaze.c
199
if (y - 1 >= 0 && Maze[y - 1][x] != SPACE)
games/hunt/huntd/makemaze.c
201
if (y + 1 < HEIGHT && Maze[y + 1][x] != SPACE)
games/hunt/huntd/makemaze.c
203
if (x + 1 < WIDTH && Maze[y][x + 1] != SPACE)
games/hunt/huntd/makemaze.c
205
if (x - 1 >= 0 && Maze[y][x - 1] != SPACE)
games/hunt/huntd/makemaze.c
41
# define ISCLEAR(y,x) (Maze[y][x] == SPACE)
games/hunt/huntd/makemaze.c
92
Maze[y][x] = SPACE; /* Clear this spot */
games/hunt/huntd/shots.c
1013
i, bp->b_size, bp->b_owner, bp->b_score, TRUE, SPACE);
games/hunt/huntd/shots.c
1020
bp->b_score, TRUE, SPACE);
games/hunt/huntd/shots.c
1027
bp->b_score, TRUE, SPACE);
games/hunt/huntd/shots.c
1034
bp->b_score, TRUE, SPACE);
games/hunt/huntd/shots.c
712
case SPACE:
games/hunt/huntd/shots.c
733
Maze[y][x] = SPACE;
games/hunt/huntd/shots.c
827
(PLAYER *) NULL, TRUE, SPACE);
games/hunt/huntd/shots.c
828
Maze[y][x] = SPACE;
sbin/unwind/libunbound/util/configparser.y
72
%token SPACE LETTER NEWLINE COMMENT COLON ANY ZONESTR
sys/dev/atapiscsi/atapiscsi.c
392
case SPACE:
sys/scsi/st.c
1643
cmd->opcode = SPACE;
sys/scsi/st.c
1915
xs->cmd.opcode == SPACE) {
usr.bin/cal/cal.c
312
firstday = SPACE;
usr.bin/cal/cal.c
315
if (firstday == SPACE && days[row * 7 + col] != SPACE)
usr.bin/cal/cal.c
322
if (wflag && firstday != SPACE)
usr.bin/cal/cal.c
393
firstday = SPACE;
usr.bin/cal/cal.c
395
if (firstday == SPACE && *dp != SPACE)
usr.bin/cal/cal.c
399
if (wflag && firstday != SPACE) {
usr.bin/cal/cal.c
489
if (day == SPACE) {
usr.bin/cal/cal.c
61
SPACE, SPACE, 1, 2, 14, 15, 16,
usr.bin/cal/cal.c
64
SPACE, SPACE, SPACE, SPACE, SPACE, SPACE, SPACE,
usr.bin/cal/cal.c
65
SPACE, SPACE, SPACE, SPACE, SPACE, SPACE, SPACE,
usr.bin/cal/cal.c
66
SPACE, SPACE, SPACE, SPACE, SPACE, SPACE, SPACE,
usr.bin/cal/cal.c
68
SPACE, 1, 2, 14, 15, 16, 17,
usr.bin/cal/cal.c
70
25, 26, 27, 28, 29, 30, SPACE,
usr.bin/cal/cal.c
71
SPACE, SPACE, SPACE, SPACE, SPACE, SPACE, SPACE,
usr.bin/cal/cal.c
72
SPACE, SPACE, SPACE, SPACE, SPACE, SPACE, SPACE,
usr.bin/cal/cal.c
73
SPACE, SPACE, SPACE, SPACE, SPACE, SPACE, SPACE,
usr.bin/cal/cal.c
75
SPACE, SPACE, 245, 246, 258, 259, 260,
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
82
SPACE, 245, 246, 258, 259, 260, 261,
usr.bin/cal/cal.c
84
269, 270, 271, 272, 273, 274, SPACE,
usr.bin/cal/cal.c
85
SPACE, SPACE, SPACE, SPACE, SPACE, SPACE, SPACE,
usr.bin/cal/cal.c
86
SPACE, SPACE, SPACE, SPACE, SPACE, SPACE, SPACE,
usr.bin/cal/cal.c
87
SPACE, SPACE, SPACE, SPACE, SPACE, SPACE, SPACE,
usr.bin/cal/cal.c
89
SPACE, SPACE, SPACE, SPACE, SPACE, SPACE, SPACE,
usr.bin/cal/cal.c
90
SPACE, SPACE, SPACE, SPACE, SPACE, SPACE, SPACE,
usr.bin/cal/cal.c
91
SPACE, SPACE, SPACE, SPACE, SPACE, SPACE, SPACE,
usr.bin/cal/cal.c
92
SPACE, SPACE, SPACE, SPACE, SPACE, SPACE, SPACE,
usr.bin/cal/cal.c
93
SPACE, SPACE, SPACE, SPACE, SPACE, SPACE, SPACE,
usr.bin/cal/cal.c
94
SPACE, SPACE, SPACE, SPACE, SPACE, SPACE, SPACE,
usr.bin/col/col.c
197
case SPACE:
usr.bin/sed/extern.h
50
void cspace(SPACE *, const char *, size_t, enum e_spflag);
usr.bin/sed/extern.h
54
int mf_getline(SPACE *, enum e_spflag);
usr.bin/sed/main.c
339
mf_getline(SPACE *sp, enum e_spflag spflag)
usr.bin/sed/process.c
335
SPACE tspace;
usr.bin/sed/process.c
53
static SPACE HS, PS, SS;
usr.bin/sed/process.c
546
regsub(SPACE *sp, char *string, char *src)
usr.bin/sed/process.c
591
cspace(SPACE *sp, const char *p, size_t len, enum e_spflag spflag)
usr.bin/sed/process.c
66
static void regsub(SPACE *, char *, char *);
usr.bin/sed/process.c
89
SPACE tspace;
usr.bin/seq/seq.c
130
pad = SPACE;
usr.sbin/unbound/util/configparser.y
72
%token SPACE LETTER NEWLINE COMMENT COLON ANY ZONESTR