Lines Matching refs:testbit
85 if (testbit(inven, value)) { in wearit()
94 if (testbit(wear, value)) { in wearit()
140 if (wordvalue[wordnumber] == AMULET && testbit(inven, AMULET) && in use()
143 if (testbit(inven, MEDALION)) { in use()
167 else if (wordvalue[wordnumber] == COMPASS && testbit(inven, COMPASS)) in use()
186 n == HALBERD) && testbit(inven, n)) && n < NUMOFOBJECTS; in murder()
189 if (testbit(inven, LASER)) { in murder()
221 if (testbit(location[position].objects, BATHGOD)) { in murder()
229 if (testbit(location[position].objects, in murder()
247 if (testbit(location[position].objects, TIMER)) { in murder()
257 if (testbit(location[position].objects, NATIVE)) { in murder()
268 if (testbit(location[position].objects, MAN)) { in murder()
296 (testbit(location[position].objects, wordvalue[wordnumber]) in ravage()
298 testbit(location[position].objects, BATHGOD)))) { in ravage()
304 if (testbit(location[position].objects, BATHGOD)) { in ravage()