Symbol: EMPTY
games/cribbage/cards.c
122
d[j].suit = d[j].rank = EMPTY;
games/cribbage/crib.c
391
chand[4].rank = chand[4].suit = chand[5].rank = chand[5].suit = EMPTY;
games/cribbage/io.c
104
if (c.rank == EMPTY || c.suit == EMPTY)
games/cribbage/io.c
136
if (c.rank == EMPTY)
games/cribbage/io.c
199
if (crd.rank != EMPTY) {
games/cribbage/io.c
234
rnk = sut = EMPTY;
games/cribbage/io.c
246
rnk = EMPTY;
games/cribbage/io.c
253
if (rnk == EMPTY)
games/cribbage/io.c
256
sut = EMPTY;
games/cribbage/io.c
263
if (sut != EMPTY)
games/cribbage/io.c
267
rnk = EMPTY;
games/cribbage/io.c
274
if (rnk == EMPTY)
games/cribbage/io.c
290
sut = EMPTY;
games/cribbage/io.c
297
if (sut != EMPTY)
games/gomoku/bdinit.c
144
sp->s_occ = EMPTY;
games/gomoku/bdisp.c
176
if (debug > 1 && sp->s_occ == EMPTY) {
games/gomoku/bdisp.c
216
if (debug > 1 && sp->s_occ == EMPTY) {
games/gomoku/main.c
236
if (s != RESIGN && board[s].s_occ != EMPTY) {
games/gomoku/main.c
509
board[game.moves[game.nmoves]].s_occ = EMPTY;
games/gomoku/makemove.c
108
if (sp->s_occ != EMPTY)
games/gomoku/makemove.c
133
bool space = fsp->s_occ == EMPTY;
games/gomoku/makemove.c
139
else if (sp->s_occ == EMPTY)
games/gomoku/makemove.c
148
if (sp->s_occ == EMPTY)
games/gomoku/makemove.c
167
if (space && sp->s_occ == EMPTY) {
games/gomoku/makemove.c
177
if (sp->s_occ == EMPTY)
games/gomoku/makemove.c
209
if (fsp->s_occ == EMPTY) {
games/gomoku/makemove.c
247
if (board[s].s_occ == EMPTY) {
games/gomoku/makemove.c
255
if (board[s].s_occ == EMPTY) {
games/gomoku/makemove.c
265
if (board[s].s_occ == EMPTY) {
games/gomoku/pickmove.c
1023
if (sp->s_occ != EMPTY)
games/gomoku/pickmove.c
126
if (sp->s_occ != EMPTY)
games/gomoku/pickmove.c
236
if (sp->s_occ != EMPTY)
games/gomoku/pickmove.c
310
if (sp->s_occ != EMPTY)
games/gomoku/pickmove.c
617
if (fsp->s_occ == EMPTY) {
games/gomoku/pickmove.c
633
if (sp->s_occ != EMPTY)
games/gomoku/pickmove.c
690
if (sp->s_occ != EMPTY) {
games/gomoku/pickmove.c
921
if (sp->s_occ != EMPTY || (emask & m) == 0)
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
149
if (Sect[Ship.sectx][Ship.secty] == EMPTY) {
games/trek/help.c
126
Sect[Ship.sectx][Ship.secty] = EMPTY;
games/trek/help.c
144
Sect[dx][dy] != EMPTY)
games/trek/initquad.c
145
} while (Sect[i][j] != EMPTY);
games/trek/initquad.c
91
Sect[i][j] = EMPTY;
games/trek/kill.c
125
Sect[Etc.starbase.x][Etc.starbase.y] = EMPTY;
games/trek/kill.c
160
Sect[x][y] = EMPTY;
games/trek/kill.c
70
Sect[ix][iy] = EMPTY;
games/trek/klmove.c
150
Sect[k->x][k->y] = EMPTY;
games/trek/klmove.c
158
if (Sect[lookx][looky] != EMPTY) {
games/trek/klmove.c
162
if (Sect[lookx][looky] != EMPTY) {
games/trek/klmove.c
166
Sect[lookx][looky] != EMPTY) {
games/trek/klmove.c
179
Sect[k->x][k->y] = EMPTY;
games/trek/move.c
136
Sect[Ship.sectx][Ship.secty] = EMPTY;
games/trek/move.c
193
if (Sect[ix][iy] != EMPTY) {
games/trek/nova.c
134
Sect[i][j] = EMPTY;
games/trek/nova.c
77
Sect[x][y] = EMPTY;
games/trek/nova.c
93
case EMPTY:
games/trek/torped.c
161
case EMPTY:
games/trek/torped.c
203
Sect[ix][iy] = EMPTY;
lib/libc/gen/utmpx.c
175
if (utx->ut_type == EMPTY)
lib/libc/gen/utmpx.c
179
if (ut.ut_type == EMPTY)
lib/libc/gen/utmpx.c
182
case EMPTY:
lib/libc/gen/utmpx.c
224
case EMPTY:
sys/arch/hpcmips/tx/txcom.c
1197
ISSETPRINT(reg, EMPTY);
tests/lib/libc/regex/t_regex_att.c
284
_DO(EMPTY, COMP)
usr.bin/sed/compile.c
110
{'d', 2, EMPTY},
usr.bin/sed/compile.c
111
{'D', 2, EMPTY},
usr.bin/sed/compile.c
112
{'g', 2, EMPTY},
usr.bin/sed/compile.c
113
{'G', 2, EMPTY},
usr.bin/sed/compile.c
114
{'h', 2, EMPTY},
usr.bin/sed/compile.c
115
{'H', 2, EMPTY},
usr.bin/sed/compile.c
117
{'l', 2, EMPTY},
usr.bin/sed/compile.c
118
{'n', 2, EMPTY},
usr.bin/sed/compile.c
119
{'N', 2, EMPTY},
usr.bin/sed/compile.c
120
{'p', 2, EMPTY},
usr.bin/sed/compile.c
121
{'P', 2, EMPTY},
usr.bin/sed/compile.c
122
{'q', 1, EMPTY},
usr.bin/sed/compile.c
127
{'x', 2, EMPTY},
usr.bin/sed/compile.c
132
{'=', 1, EMPTY},
usr.bin/sed/compile.c
252
case EMPTY: /* d D g G h H l n N p P q x = \0 */
usr.bin/who/who.c
86
{ EMPTY, "empty" },