Home | History | Annotate | Download | only in huntd

Lines Matching refs:p_death

301 				if (pp->p_death[0] != '\0')
307 if (pp->p_death[0] != '\0')
540 if (ouch->p_death[0] != '\0')
609 (void) snprintf(ouch->p_death, sizeof(ouch->p_death),
616 (void) snprintf(ouch->p_death, sizeof(ouch->p_death),
684 len = strlen(pp->p_death); /* Display the cause of death */
687 outstr(pp, pp->p_death, len);
689 pp->p_death[n] = '-';
690 pp->p_death[0] = '+';
691 pp->p_death[len - 1] = '+';
693 p_death, len);
695 outstr(pp, pp->p_death, len);