Home
last modified time | relevance | path

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

/netbsd-src/games/hunt/huntd/
H A Dshots.c48 static void explshot(BULLET *, int, int);
835 explshot(next, bp->b_y, bp->b_x); in move_slime()
836 explshot(Bullets, bp->b_y, bp->b_x); in move_slime()
1002 explshot(blist, obp->b_y, obp->b_x); in zapshot()
1010 explshot(BULLET *blist, int y, int x) in explshot() function