Lines Matching refs:position
50 testbit(location[position].objects, LAND) ||
53 position = thataway;
59 whichway(location[position]);
104 if (ourtime > 30 && position < 32) {
112 if (ourtime > 20 && position < 32)
153 if (testbit(location[position].objects, ELF)) {
157 if (testbit(location[position].objects, DARK)) {
161 if (testbit(location[position].objects, WOODSMAN)) {
165 switch (position) {
181 if (testbit(location[position].objects, GIRL))
188 if (position == DOCK && (beenthere[position] || ourtime > CYCLE)) {
198 if (testbit(location[position].objects, CYLON)) {
214 clearbit(location[position].objects, CYLON);
258 if (!location[position].flyhere ||
259 (testbit(location[position].objects, LAND) && fuel <= 0)) {
260 if (!location[position].flyhere)
264 if (!location[position].down) {
271 position = location[position].down;
274 setbit(location[position].objects, CRASH);