Home | History | Annotate | Download | only in battlestar

Lines Matching refs:objects

50 	    testbit(location[position].objects, LAND) ||
84 nightfile[i].objects[j] = dayfile[i].objects[j];
86 setbit(nightfile[p->room].objects, p->obj);
91 dayfile[i].objects[j] = nightfile[i].objects[j];
93 clearbit(dayfile[p->room].objects, p->obj);
132 clearbit(location[POOLS].objects, BATHGOD);
153 if (testbit(location[position].objects, ELF)) {
157 if (testbit(location[position].objects, DARK)) {
161 if (testbit(location[position].objects, WOODSMAN)) {
181 if (testbit(location[position].objects, GIRL))
184 setbit(location[GARDEN].objects, GIRLTALK);
185 setbit(location[GARDEN].objects, LAMPON);
186 setbit(location[GARDEN].objects, ROPE);
189 clearbit(location[DOCK].objects, GIRL);
190 clearbit(location[DOCK].objects, MAN);
193 clearbit(location[GARDEN].objects, GIRLTALK);
194 clearbit(location[GARDEN].objects, LAMPON);
195 clearbit(location[GARDEN].objects, ROPE);
198 if (testbit(location[position].objects, CYLON)) {
214 clearbit(location[position].objects, CYLON);
259 (testbit(location[position].objects, LAND) && fuel <= 0)) {
274 setbit(location[position].objects, CRASH);