Lines Matching refs:TestBit
80 if (TestBit(inven, value)) { in wearit()
89 if (TestBit(wear, value)) in wearit()
136 if (wordvalue[wordnumber] == AMULET && TestBit(inven, AMULET) && in use()
139 if (TestBit(inven, MEDALION)) { in use()
163 else if (wordvalue[wordnumber] == COMPASS && TestBit(inven, COMPASS)) in use()
185 n == HALBERD) && TestBit(inven, n)); n++) in murder()
188 if (TestBit(inven, LASER)) { in murder()
218 if (TestBit(location[position].objects, BATHGOD)) { in murder()
225 if (TestBit(location[position].objects, NORMGOD)) { in murder()
237 if (TestBit(location[position].objects, TIMER)) { in murder()
247 if (TestBit(location[position].objects, NATIVE)) { in murder()
257 if (TestBit(location[position].objects, MAN)) { in murder()
283 if (wordtype[wordnumber] == NOUNS && (TestBit(location[position].objects, wordvalue[wordnumber]) in ravage()
284 || (wordvalue[wordnumber] == NORMGOD && TestBit(location[position].objects, BATHGOD)))) { in ravage()
289 if (TestBit(location[position].objects, BATHGOD)) in ravage()
366 (TestBit(location[position].objects, NORMGOD)) && godready >= 2) { in undress()