Home
last modified time | relevance | path

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

/openbsd-src/games/hunt/huntd/
H A Dexpl.c52 showexpl(int y, int x, char type) in showexpl() function
215 showexpl(r->r_y, r->r_x, FLYER); in remove_wall()
H A Dexecute.c390 showexpl(pp->p_y, pp->p_x, shot_type[req_index]); in fire()
438 showexpl(pp->p_y, pp->p_x, SLIME); in fire_slime()
H A Dserver.h244 void showexpl(int, int, char);
H A Dshots.c741 showexpl(y, x, pp->p_face); in move_flyer()
798 showexpl(y, x, expl); in chkshot()
903 showexpl(bp->b_y, bp->b_x, bp->b_type == LAVA ? LAVA : '*'); in move_slime()
H A Danswer.c405 showexpl(newpp->p_y, newpp->p_x, FLYER); in stplayer()