Searched refs:mfndpos (Results 1 – 5 of 5) sorted by relevance
/openbsd/games/hack/ |
H A D | Makequest | 32 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 D | hack.mon.c | 439 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 D | hack.dog.c | 345 cnt = mfndpos(mtmp,poss,info,ALLOW_M | ALLOW_TRAPS); in dog_move()
|
H A D | hack.h | 456 int mfndpos(struct monst *, coord pos[9], int info[9], int);
|
H A D | hack.shk.c | 1034 cnt = mfndpos(shkp,poss,info,ALLOW_SSM); in shk_move()
|