Home | Sort by: relevance | last modified time | path |
/src/games/hack/ | |
extern.h | 383 int shk_move(struct monst *); |
hack.shk.c | 138 shk_move(struct monst *m) function in typeref:typename:int 935 * shk_move: return 1: he moved 0: he didnt -1: let m_move do it 938 shk_move(struct monst *shkp) function in typeref:typename:int 1083 panic("error in shk_move"); |
hack.mon.c | 353 mmoved = shk_move(mtmp); |