Home
last modified time | relevance | path

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

/netbsd/src/games/hunt/huntd/
Dhunt.h175 void checkdam(PLAYER *, PLAYER *, IDENT *, int, char);
Dshots.c636 checkdam(pp, NULL, NULL, in move_flyer()
727 checkdam(pp, bp->b_owner, bp->b_score, in chkshot()
826 checkdam(pp, bp->b_owner, bp->b_score, MINDAM, bp->b_type); in move_slime()
Dexecute.c269 checkdam(newp, pp, pp->p_ident, STABDAM, KNIFE); in move_player()
Ddriver.c535 checkdam(PLAYER *ouch, PLAYER *gotcha, IDENT *credit, int amt, in checkdam() function