Home
last modified time | relevance | path

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

/netbsd-src/games/hunt/huntd/
H A Dexecute.c42 static void turn_player(PLAYER *, int);
105 turn_player(pp, LEFTS); in execute()
111 turn_player(pp, BELOW); in execute()
117 turn_player(pp, ABOVE); in execute()
123 turn_player(pp, RIGHT); in execute()
327 turn_player(PLAYER *pp, int dir) in turn_player() function