Home
last modified time | relevance | path

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

/dragonfly/games/rogue/
HDmove.c58 static boolean next_to_something(int, int);
199 } while (!next_to_something(row, col)); in multiple_move_rogue()
238 next_to_something(int drow, int dcol) in next_to_something() function