Symbol: EMPTY
bin/mined/mined2.c
979
yank_status = EMPTY;
bin/sh/redir.c
128
sv->renamed[i] = EMPTY;
bin/sh/redir.c
144
if ((flags & REDIR_PUSH) && sv->renamed[fd] == EMPTY) {
bin/sh/redir.c
329
if (rp->renamed[i] != EMPTY) {
bin/sh/redir.c
367
rp->renamed[i] = EMPTY;
games/cribbage/cards.c
110
d[j].suit = d[j].rank = EMPTY;
games/cribbage/crib.c
352
chand[4].rank = chand[4].suit = chand[5].rank = chand[5].suit = EMPTY;
games/cribbage/io.c
126
if (c.rank == EMPTY)
games/cribbage/io.c
189
if (crd.rank != EMPTY) {
games/cribbage/io.c
224
rnk = sut = EMPTY;
games/cribbage/io.c
236
rnk = EMPTY;
games/cribbage/io.c
243
if (rnk == EMPTY)
games/cribbage/io.c
246
sut = EMPTY;
games/cribbage/io.c
253
if (sut != EMPTY)
games/cribbage/io.c
257
rnk = EMPTY;
games/cribbage/io.c
264
if (rnk == EMPTY)
games/cribbage/io.c
280
sut = EMPTY;
games/cribbage/io.c
287
if (sut != EMPTY)
games/cribbage/io.c
94
if (c.rank == EMPTY || c.suit == EMPTY)
games/gomoku/bdinit.c
63
sp->s_occ = EMPTY;
games/gomoku/bdisp.c
165
if (debug > 1 && sp->s_occ == EMPTY) {
games/gomoku/bdisp.c
198
if (debug > 1 && sp->s_occ == EMPTY) {
games/gomoku/main.c
261
board[curmove].s_occ != EMPTY) {
games/gomoku/main.c
390
board[movelog[movenum - 1]].s_occ = EMPTY;
games/gomoku/makemove.c
118
space = sp->s_occ == EMPTY;
games/gomoku/makemove.c
123
else if (sp->s_occ == EMPTY)
games/gomoku/makemove.c
132
if (sp->s_occ == EMPTY)
games/gomoku/makemove.c
147
if (space && sp->s_occ == EMPTY) {
games/gomoku/makemove.c
157
if (sp->s_occ == EMPTY)
games/gomoku/makemove.c
188
if (fsp->s_occ == EMPTY) {
games/gomoku/makemove.c
253
if (sp->s_occ == EMPTY) {
games/gomoku/makemove.c
260
if (sp->s_occ == EMPTY) {
games/gomoku/makemove.c
270
if (sp->s_occ == EMPTY) {
games/gomoku/makemove.c
73
if (sp->s_occ != EMPTY)
games/gomoku/pickmove.c
1017
if (sp->s_occ != EMPTY)
games/gomoku/pickmove.c
110
if (sp->s_occ != EMPTY)
games/gomoku/pickmove.c
253
if (sp->s_occ != EMPTY)
games/gomoku/pickmove.c
299
if (sp->s_occ != EMPTY)
games/gomoku/pickmove.c
597
if (fsp->s_occ == EMPTY) {
games/gomoku/pickmove.c
613
if (sp->s_occ != EMPTY)
games/gomoku/pickmove.c
682
if (sp->s_occ != EMPTY) {
games/gomoku/pickmove.c
914
if (sp->s_occ != EMPTY || !(emask & m))
games/gomoku/pickmove.c
993
if (sp->s_occ != EMPTY)
games/trek/abandon.c
133
Sect[Ship.sectx][Ship.secty] = EMPTY;
games/trek/abandon.c
141
if (Sect[Ship.sectx][Ship.secty] == EMPTY) {
games/trek/help.c
118
Sect[Ship.sectx][Ship.secty] = EMPTY;
games/trek/help.c
136
Sect[dx][dy] != EMPTY)
games/trek/initquad.c
137
} while (Sect[i][j] != EMPTY);
games/trek/initquad.c
83
Sect[i][j] = EMPTY;
games/trek/kill.c
117
Sect[Etc.starbase.x][Etc.starbase.y] = EMPTY;
games/trek/kill.c
152
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
154
if (Sect[lookx][looky] != EMPTY) {
games/trek/klmove.c
158
Sect[lookx][looky] != EMPTY) {
games/trek/klmove.c
171
Sect[k->x][k->y] = EMPTY;
games/trek/move.c
128
Sect[Ship.sectx][Ship.secty] = EMPTY;
games/trek/move.c
185
if (Sect[ix][iy] != EMPTY) {
games/trek/nova.c
126
Sect[i][j] = EMPTY;
games/trek/nova.c
69
Sect[x][y] = EMPTY;
games/trek/nova.c
85
case EMPTY:
games/trek/torped.c
153
case EMPTY:
games/trek/torped.c
195
Sect[ix][iy] = EMPTY;
lib/libc/gen/utmpx.c
184
if (utx->ut_type == EMPTY)
lib/libc/gen/utmpx.c
188
if (ut.ut_type == EMPTY)
lib/libc/gen/utmpx.c
191
case EMPTY:
lib/libc/gen/utmpx.c
232
case EMPTY:
lib/libc/gen/utmpx.c
254
case EMPTY:
lib/libc/resolv/res_findzonecut.c
501
if (EMPTY(nsrr->addrs)) {
lib/libc/resolv/res_update.c
194
while (!EMPTY(zgrps)) {
lib/libc/stdlib/dmalloc.c
1146
slab->state = EMPTY;
lib/libc/stdlib/dmalloc.c
1156
slab->state = EMPTY;
lib/libc/stdlib/dmalloc.c
1191
slab->state = EMPTY;
lib/libc/stdlib/dmalloc.c
1604
slab->state = EMPTY;
usr.bin/sed/compile.c
100
{'d', 2, EMPTY},
usr.bin/sed/compile.c
101
{'D', 2, EMPTY},
usr.bin/sed/compile.c
102
{'g', 2, EMPTY},
usr.bin/sed/compile.c
103
{'G', 2, EMPTY},
usr.bin/sed/compile.c
104
{'h', 2, EMPTY},
usr.bin/sed/compile.c
105
{'H', 2, EMPTY},
usr.bin/sed/compile.c
107
{'l', 2, EMPTY},
usr.bin/sed/compile.c
108
{'n', 2, EMPTY},
usr.bin/sed/compile.c
109
{'N', 2, EMPTY},
usr.bin/sed/compile.c
110
{'p', 2, EMPTY},
usr.bin/sed/compile.c
111
{'P', 2, EMPTY},
usr.bin/sed/compile.c
112
{'q', 1, EMPTY},
usr.bin/sed/compile.c
117
{'x', 2, EMPTY},
usr.bin/sed/compile.c
122
{'=', 1, EMPTY},
usr.bin/sed/compile.c
251
case EMPTY: /* d D g G h H l n N p P q x = \0 */
usr.bin/who/who.c
71
{ EMPTY, "empty" },
usr.bin/wtmpcvt/wtmpcvt.c
129
if (uo.ut_type == EMPTY)
usr.bin/wtmpcvt/wtmpcvt.c
91
uo->ut_type = EMPTY;