Home
last modified time | relevance | path

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

/openbsd/src/games/hack/
Dhack.h308 int dog_move(struct monst *, int);
Dhack.dog.c186 dog_move(struct monst *mtmp, int after) in dog_move() function
Dhack.mon.c328 return( dog_move(mtmp, after) ); in m_move()