Searched refs:showexpl (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/games/hunt/huntd/ |
| D | expl.c | 53 showexpl(int y, int x, char type) in showexpl() function 206 showexpl(r->r_y, r->r_x, FLYER); in remove_wall()
|
| D | hunt.h | 187 void showexpl(int, int, char);
|
| D | shots.c | 651 showexpl(y, x, pp->p_face); in move_flyer() 711 showexpl(y, x, expl); in chkshot() 812 showexpl(bp->b_y, bp->b_x, bp->b_type == LAVA ? LAVA : '*'); in move_slime() 814 showexpl(bp->b_y, bp->b_x, '*'); in move_slime()
|
| D | execute.c | 372 showexpl(pp->p_y, pp->p_x, shot_type[req_index]); in fire() 419 showexpl(pp->p_y, pp->p_x, SLIME); in fire_slime()
|
| D | answer.c | 368 showexpl(newpp->p_y, newpp->p_x, FLYER); in stplayer()
|
| D | driver.c | 760 showexpl(np->p_y, np->p_x, BOOT); in zap()
|