Home
last modified time | relevance | path

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

/netbsd-src/games/hack/
H A Dhack.apply.c79 static struct monst *bchit(int, int , int , int);
155 if ((mtmp = bchit(u.dx, u.dy, COLNO, '!')) != NULL) { in use_camera()
271 bchit(int ddx, int ddy, int range, int sym) in bchit() function