Home | History | Annotate | Download | only in huntd

Lines Matching refs:b_charge

303 			pp->p_ident->i_shot += bp->b_charge;
310 bp->b_score->i_robbed += bp->b_charge;
311 pp->p_ammo += bp->b_charge;
316 pp->p_ident->i_absorbed += bp->b_charge;
324 pp->p_ident->i_faced += bp->b_charge;
332 pp->p_ident->i_ducked += bp->b_charge;
337 bp->b_score->i_missed += bp->b_charge;
497 pp->p_ammo += bp->b_charge;
804 if (bp->b_charge <= 0)
840 if (--bp->b_charge <= 0) {
901 if (bp->b_charge < count) {
902 /* Only bp->b_charge paths may be taken */
903 while (count > bp->b_charge) {
916 i = bp->b_charge / count;
917 j = bp->b_charge % count;