Home
last modified time | relevance | path

Searched refs:robot_heap (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/games/robots/
H A Dauto.c349 int robot_dist, robot_heap, heap_dist; in automove() local
359 robot_heap = distance(robot_close->x, robot_close->y, in automove()
361 if (robot_heap <= heap_dist && !between(robot_close, heap_close)) { in automove()