Home
last modified time | relevance | path

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

/openbsd/games/hack/
H A DMakequest32 HSOURCES = hack.h hack.mfndpos.h config.h\
147 hack.dog.o: hack.h hack.mfndpos.h def.edog.h def.mkroom.h
162 hack.mon.o: hack.h hack.mfndpos.h
175 hack.shk.o: hack.h hack.mfndpos.h def.mkroom.h def.eshk.h
H A Dhack.mon.c439 cnt = mfndpos(mtmp,poss,info, in m_move()
543 mfndpos(struct monst *mon, coord poss[9],int info[9], int flag) in mfndpos() function
H A Dhack.dog.c345 cnt = mfndpos(mtmp,poss,info,ALLOW_M | ALLOW_TRAPS); in dog_move()
H A Dhack.h456 int mfndpos(struct monst *, coord pos[9], int info[9], int);
H A Dhack.shk.c1034 cnt = mfndpos(shkp,poss,info,ALLOW_SSM); in shk_move()