Lines Matching refs:TestBit
40 if (TestBit(inven, SHOVEL)) { in dig()
92 if (TestBit(inven, n)) { in jump()
106 if (TestBit(inven, SHOVEL)) { in bury()
111 …if (wordtype[wordnumber] == NOUNS && (TestBit(location[position].objects, value) || value == BODY)… in bury()
115 if (TestBit(inven, MAID) || TestBit(location[position].objects, MAID)) in bury()
117 if (TestBit(inven, DEADWOOD) || TestBit(location[position].objects, DEADWOOD)) in bury()
119 if (TestBit(inven, DEADGOD) || TestBit(location[position].objects, DEADGOD)) in bury()
121 if (TestBit(inven, DEADTIME) || TestBit(location[position].objects, DEADTIME)) in bury()
123 if (TestBit(inven, DEADNATIVE) || TestBit(location[position].objects, DEADNATIVE)) in bury()
143 …if (wordtype[wordnumber] == OBJECT && position > 88 && (TestBit(inven, value) || TestBit(location[… in bury()
145 if (TestBit(inven, value)) { in bury()
171 if (TestBit(inven, POTION)) { in drink()
192 if (!TestBit(inven, LASER)) in shoot()
199 if (TestBit(location[position].objects, value)) { in shoot()
247 if (TestBit(location[position].objects, BATHGOD)) { in shoot()
257 if (TestBit(location[position].objects, NORMGOD)) { in shoot()
274 if (TestBit(location[position].objects, TIMER)) { in shoot()
285 if (TestBit(location[position].objects, MAN)) { in shoot()
293 if (TestBit(location[position].objects, NATIVE)) { in shoot()