Home | History | Annotate | Download | only in huntd

Lines Matching refs:ouch

535 checkdam(PLAYER *ouch, PLAYER *gotcha, IDENT *credit, int amt,
540 if (ouch->p_death[0] != '\0')
544 switch (ouch->p_nboots) {
556 ouch->p_damage += amt;
557 if (ouch->p_damage <= ouch->p_damcap) {
558 (void) snprintf(Buf, sizeof(Buf), "%2d", ouch->p_damage);
559 cgoto(ouch, STAT_DAM_ROW, STAT_VALUE_COL);
560 outstr(ouch, Buf, 2);
576 ouch->p_ammo = 0; /* No exploding */
609 (void) snprintf(ouch->p_death, sizeof(ouch->p_death),
616 (void) snprintf(ouch->p_death, sizeof(ouch->p_death),
619 if (ouch == gotcha) { /* No use killing yourself */
623 else if (ouch->p_ident->i_team == ' '
624 || ouch->p_ident->i_team != credit->i_team) {
633 ouch->p_ident->i_deaths++;
634 if (ouch->p_nchar == 0)
635 ouch->p_ident->i_stillb++;
651 for (ouch = Player; ouch < End_player; ouch++) {
652 cgoto(ouch, STAT_PLAY_ROW + 1 + (gotcha - Player),
654 outstr(ouch, Buf, 5);
657 for (ouch = Monitor; ouch < End_monitor; ouch++) {
658 cgoto(ouch, STAT_PLAY_ROW + 1 + (gotcha - Player),
660 outstr(ouch, Buf, 5);