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