Symbol: ClearBit
games/battlestar/command1.c
122
ClearBit(location[POOLS].objects, BATHGOD);
games/battlestar/command1.c
173
ClearBit(location[DOCK].objects, GIRL);
games/battlestar/command1.c
174
ClearBit(location[DOCK].objects, MAN);
games/battlestar/command1.c
177
ClearBit(location[GARDEN].objects, GIRLTALK);
games/battlestar/command1.c
178
ClearBit(location[GARDEN].objects, LAMPON);
games/battlestar/command1.c
179
ClearBit(location[GARDEN].objects, ROPE);
games/battlestar/command1.c
195
ClearBit(location[position].objects, CYLON);
games/battlestar/command1.c
87
ClearBit(dayfile[p->room].objects, p->obj);
games/battlestar/command2.c
220
ClearBit(location[position].objects, BATHGOD);
games/battlestar/command2.c
227
ClearBit(location[position].objects, NORMGOD);
games/battlestar/command2.c
239
ClearBit(location[position].objects, TIMER);
games/battlestar/command2.c
249
ClearBit(location[position].objects, NATIVE);
games/battlestar/command2.c
81
ClearBit(inven, value);
games/battlestar/command3.c
146
ClearBit(inven, value);
games/battlestar/command3.c
150
ClearBit(location[position].objects, value);
games/battlestar/command3.c
175
ClearBit(inven, POTION);
games/battlestar/command3.c
200
ClearBit(location[position].objects, value);
games/battlestar/command3.c
251
ClearBit(location[position].objects, BATHGOD);
games/battlestar/command3.c
261
ClearBit(location[position].objects, NORMGOD);
games/battlestar/command3.c
279
ClearBit(location[position].objects, TIMER);
games/battlestar/command3.c
295
ClearBit(location[position].objects, NATIVE);
games/battlestar/command3.c
93
ClearBit(inven, n);
games/battlestar/command4.c
166
ClearBit(location[position].objects, BATHGOD);
games/battlestar/command4.c
221
ClearBit(location[position].objects, value);
games/battlestar/command4.c
297
ClearBit(inven, value);
games/battlestar/command4.c
391
ClearBit(inven, value);
games/battlestar/command4.c
65
ClearBit(from, value);
games/battlestar/command5.c
186
ClearBit(inven, n);
games/battlestar/command5.c
317
ClearBit(location[position].objects, obj);
games/battlestar/command5.c
346
ClearBit(location[position].objects, MEDALION);
games/battlestar/command6.c
186
ClearBit(location[position].objects, CAR);
games/battlestar/command6.c
203
ClearBit(location[position].objects, HORSE);
games/battlestar/command6.c
48
ClearBit(location[position].objects, VIPER);
games/battlestar/command7.c
179
ClearBit(inven, AMULET);
games/battlestar/command7.c
183
ClearBit(wear, AMULET);
games/battlestar/command7.c
185
ClearBit(location[position].objects, DARK);
games/battlestar/command7.c
216
ClearBit(inven, LASER);
games/battlestar/command7.c
241
ClearBit(location[position].objects, enemy);