Lines Matching refs:position
137 position != FINAL) { in use()
141 if (position == 114) { in use()
142 location[position].down = 160; in use()
143 whichway(location[position]); in use()
152 if (position == 229) in use()
153 position = 224; in use()
155 position = 229; in use()
161 else if (position == FINAL) in use()
218 if (TestBit(location[position].objects, BATHGOD)) { in murder()
220 ClearBit(location[position].objects, BATHGOD); in murder()
221 SetBit(location[position].objects, DEADGOD); in murder()
225 if (TestBit(location[position].objects, NORMGOD)) { in murder()
227 ClearBit(location[position].objects, NORMGOD); in murder()
228 SetBit(location[position].objects, DEADGOD); in murder()
237 if (TestBit(location[position].objects, TIMER)) { in murder()
239 ClearBit(location[position].objects, TIMER); in murder()
240 SetBit(location[position].objects, DEADTIME); in murder()
247 if (TestBit(location[position].objects, NATIVE)) { in murder()
249 ClearBit(location[position].objects, NATIVE); in murder()
250 SetBit(location[position].objects, DEADNATIVE); 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()
342 position = FINAL; in follow()
344 SetBit(location[position].objects, TALISMAN); in follow()
345 SetBit(location[position].objects, AMULET); in follow()
351 position = 268; in follow()
352 SetBit(location[position].objects, NORMGOD); in follow()
366 (TestBit(location[position].objects, NORMGOD)) && godready >= 2) { in undress()