Symbol: EMPTY
games/cribbage/cards.c
106
d[j].suit = d[j].rank = EMPTY;
games/cribbage/crib.c
345
chand[4].rank = chand[4].suit = chand[5].rank = chand[5].suit = EMPTY;
games/cribbage/io.c
116
if (c.rank == EMPTY)
games/cribbage/io.c
181
if (crd.rank != EMPTY) {
games/cribbage/io.c
215
rnk = sut = EMPTY;
games/cribbage/io.c
232
if (rnk == EMPTY)
games/cribbage/io.c
241
if (sut != EMPTY)
games/cribbage/io.c
251
if (rnk == EMPTY || *p1 == '\0')
games/cribbage/io.c
271
if (sut != EMPTY)
games/cribbage/io.c
84
if (c.rank == EMPTY || c.suit == EMPTY)
games/gomoku/bdinit.c
59
sp->s_occ = EMPTY;
games/gomoku/bdisp.c
159
if (debug > 1 && sp->s_occ == EMPTY) {
games/gomoku/bdisp.c
191
if (debug > 1 && sp->s_occ == EMPTY) {
games/gomoku/main.c
245
board[curmove].s_occ != EMPTY) {
games/gomoku/main.c
373
board[movelog[movenum - 1]].s_occ = EMPTY;
games/gomoku/makemove.c
113
space = sp->s_occ == EMPTY;
games/gomoku/makemove.c
118
else if (sp->s_occ == EMPTY)
games/gomoku/makemove.c
127
if (sp->s_occ == EMPTY)
games/gomoku/makemove.c
142
if (space && sp->s_occ == EMPTY) {
games/gomoku/makemove.c
152
if (sp->s_occ == EMPTY)
games/gomoku/makemove.c
183
if (fsp->s_occ == EMPTY) {
games/gomoku/makemove.c
247
if (sp->s_occ == EMPTY) {
games/gomoku/makemove.c
254
if (sp->s_occ == EMPTY) {
games/gomoku/makemove.c
264
if (sp->s_occ == EMPTY) {
games/gomoku/makemove.c
68
if (sp->s_occ != EMPTY)
games/gomoku/pickmove.c
237
if (sp->s_occ != EMPTY)
games/gomoku/pickmove.c
283
if (sp->s_occ != EMPTY)
games/gomoku/pickmove.c
584
if (fsp->s_occ == EMPTY) {
games/gomoku/pickmove.c
600
if (sp->s_occ != EMPTY)
games/gomoku/pickmove.c
659
if (sp->s_occ != EMPTY) {
games/gomoku/pickmove.c
89
if (sp->s_occ != EMPTY)
games/gomoku/pickmove.c
894
if (sp->s_occ != EMPTY || !(emask & m))
games/gomoku/pickmove.c
974
if (sp->s_occ != EMPTY)
games/gomoku/pickmove.c
998
if (sp->s_occ != EMPTY)
games/trek/abandon.c
141
Sect[Ship.sectx][Ship.secty] = EMPTY;
games/trek/abandon.c
150
if (Sect[Ship.sectx][Ship.secty] == EMPTY)
games/trek/help.c
123
Sect[Ship.sectx][Ship.secty] = EMPTY;
games/trek/help.c
143
if (dy < 0 || dy >= NSECTS || Sect[dx][dy] != EMPTY)
games/trek/initquad.c
144
} while (Sect[i][j] != EMPTY);
games/trek/initquad.c
85
Sect[i][j] = EMPTY;
games/trek/kill.c
120
Sect[Etc.starbase.x][Etc.starbase.y] = EMPTY;
games/trek/kill.c
157
Sect[x][y] = EMPTY;
games/trek/kill.c
62
Sect[ix][iy] = EMPTY;
games/trek/klmove.c
142
Sect[k->x][k->y] = EMPTY;
games/trek/klmove.c
150
if (Sect[lookx][looky] != EMPTY)
games/trek/klmove.c
155
if (Sect[lookx][looky] != EMPTY)
games/trek/klmove.c
159
if (looky < 0 || looky >= NSECTS || Sect[lookx][looky] != EMPTY)
games/trek/klmove.c
174
Sect[k->x][k->y] = EMPTY;
games/trek/move.c
122
Sect[Ship.sectx][Ship.secty] = EMPTY;
games/trek/move.c
179
if (Sect[ix][iy] != EMPTY)
games/trek/nova.c
137
Sect[i][j] = EMPTY;
games/trek/nova.c
72
Sect[x][y] = EMPTY;
games/trek/nova.c
92
case EMPTY:
games/trek/torped.c
163
case EMPTY:
games/trek/torped.c
202
Sect[ix][iy] = EMPTY;
usr.bin/awk/awk.h
71
extern char EMPTY[]; /* this avoid -Wwritable-strings issues */
usr.bin/awk/lib.c
38
char EMPTY[] = { '\0' };
usr.bin/awk/lib.c
41
char *file = EMPTY;
usr.bin/awk/lib.c
527
p->sval = EMPTY,
usr.bin/awk/lib.c
61
static Cell dollar0 = { OCELL, CFLD, NULL, EMPTY, 0.0, REC|STR|DONTFREE, NULL, NULL };
usr.bin/awk/lib.c
62
static Cell dollar1 = { OCELL, CFLD, NULL, EMPTY, 0.0, FLD|STR|DONTFREE, NULL, NULL };
usr.bin/awk/run.c
100
static Cell tempcell ={ OCELL, CTEMP, 0, EMPTY, 0.0, NUM|STR|DONTFREE, NULL, NULL };
usr.bin/awk/run.c
233
static const Cell newcopycell = { OCELL, CCOPY, 0, EMPTY, 0.0, NUM|STR|DONTFREE, NULL, NULL };
usr.bin/dig/lib/isc/lex.c
124
while (!EMPTY(lex->sources))
usr.bin/dig/lib/isc/task.c
119
REQUIRE(EMPTY(task->events));
usr.bin/dig/lib/isc/task.c
121
REQUIRE(EMPTY(task->on_shutdown));
usr.bin/dig/lib/isc/task.c
201
INSIST(EMPTY(task->events));
usr.bin/dig/lib/isc/task.c
249
INSIST(EMPTY(task->events));
usr.bin/dig/lib/isc/task.c
303
INSIST(EMPTY(task->events));
usr.bin/dig/lib/isc/task.c
475
return (EMPTY(queue));
usr.bin/dig/lib/isc/task.c
556
if (!EMPTY(task->events)) {
usr.bin/dig/lib/isc/task.c
574
EMPTY(task->events) &&
usr.bin/dig/lib/isc/task.c
604
if (EMPTY(task->events)) {
usr.bin/dig/lib/isc/task.c
98
#define FINISHED(m) ((m)->exiting && EMPTY((m)->tasks))
usr.bin/dig/lib/isc/timer.c
461
REQUIRE(EMPTY(manager->timers));
usr.bin/sed/compile.c
100
{'n', 2, EMPTY},
usr.bin/sed/compile.c
101
{'N', 2, EMPTY},
usr.bin/sed/compile.c
102
{'p', 2, EMPTY},
usr.bin/sed/compile.c
103
{'P', 2, EMPTY},
usr.bin/sed/compile.c
104
{'q', 1, EMPTY},
usr.bin/sed/compile.c
109
{'x', 2, EMPTY},
usr.bin/sed/compile.c
114
{'=', 1, EMPTY},
usr.bin/sed/compile.c
233
case EMPTY: /* d D g G h H l n N p P q x = \0 */
usr.bin/sed/compile.c
92
{'d', 2, EMPTY},
usr.bin/sed/compile.c
93
{'D', 2, EMPTY},
usr.bin/sed/compile.c
94
{'g', 2, EMPTY},
usr.bin/sed/compile.c
95
{'G', 2, EMPTY},
usr.bin/sed/compile.c
96
{'h', 2, EMPTY},
usr.bin/sed/compile.c
97
{'H', 2, EMPTY},
usr.bin/sed/compile.c
99
{'l', 2, EMPTY},
usr.sbin/config/gram.y
105
%token <str> PATHNAME WORD EMPTY
usr.sbin/config/gram.y
290
EMPTY { $$ = $1; } |