killer
char *save_cm = 0, *killer, *nomovemsg;
killer = "cockatrice cadaver";
killer = knam; /* the thing that killed you */
killer = "stupidity in hell";
killer = ftmp->oc_name;
killer = "exhaustion";
killer = "dead cockatrice";
killer = buf;
killer = buf;
killer = buf;
} else killer = mtmp->data->mname;
killer = "quit while already on Charon's boat";
if(*st1 == 's') killer = "starvation"; else
if(*st1 == 'd' && st1[1] == 'r') killer = "drowning"; else
if(*st1 == 'p') killer = "panic"; else
if(*st1 == 't') killer = "trickery"; else
if(!strchr("bcd", *st1)) killer = st1;
if(*st1 == 'c') killer = st1; /* after outrip() */
killer = st1;
killer = "escaped (with amulet)";
(void) strlcpy(t0->death, killer, sizeof t0->death);
extern char *save_cm,*killer;
killer = "dead cockatrice";
killer = pname;
killer = "scroll of genocide";
!strncmp(killer, "the ", 4) ? "" :
!strcmp(killer, "starvation") ? "" :
strchr(vowels, *killer) ? " an" : " a");
(void) strlcpy(buf, killer, sizeof buf);
killer = "cockatrice";
killer = u.usick_cause;
killer = objects[uwep->otyp].oc_name;
killer = "visit to the hell";
killer = "fall";
killer = "pool of water";
CHECKr(pthread_create(&t, NULL, killer, NULL));