Symbol: killer
games/hack/hack.Decl.c
89
char *save_cm = 0, *killer, *nomovemsg;
games/hack/hack.c
461
killer = "cockatrice cadaver";
games/hack/hack.c
824
killer = knam; /* the thing that killed you */
games/hack/hack.do_wear.c
328
killer = "stupidity in hell";
games/hack/hack.eat.c
259
killer = ftmp->oc_name;
games/hack/hack.eat.c
431
killer = "exhaustion";
games/hack/hack.eat.c
526
killer = "dead cockatrice";
games/hack/hack.end.c
151
killer = buf;
games/hack/hack.end.c
155
killer = buf;
games/hack/hack.end.c
158
killer = buf;
games/hack/hack.end.c
159
} else killer = mtmp->data->mname;
games/hack/hack.end.c
187
killer = "quit while already on Charon's boat";
games/hack/hack.end.c
189
if(*st1 == 's') killer = "starvation"; else
games/hack/hack.end.c
190
if(*st1 == 'd' && st1[1] == 'r') killer = "drowning"; else
games/hack/hack.end.c
191
if(*st1 == 'p') killer = "panic"; else
games/hack/hack.end.c
192
if(*st1 == 't') killer = "trickery"; else
games/hack/hack.end.c
193
if(!strchr("bcd", *st1)) killer = st1;
games/hack/hack.end.c
205
if(*st1 == 'c') killer = st1; /* after outrip() */
games/hack/hack.end.c
228
killer = st1;
games/hack/hack.end.c
268
killer = "escaped (with amulet)";
games/hack/hack.end.c
340
(void) strlcpy(t0->death, killer, sizeof t0->death);
games/hack/hack.h
198
extern char *save_cm,*killer;
games/hack/hack.invent.c
811
killer = "dead cockatrice";
games/hack/hack.mon.c
645
killer = pname;
games/hack/hack.read.c
269
killer = "scroll of genocide";
games/hack/hack.rip.c
100
!strncmp(killer, "the ", 4) ? "" :
games/hack/hack.rip.c
101
!strcmp(killer, "starvation") ? "" :
games/hack/hack.rip.c
102
strchr(vowels, *killer) ? " an" : " a");
games/hack/hack.rip.c
104
(void) strlcpy(buf, killer, sizeof buf);
games/hack/hack.timeout.c
79
killer = "cockatrice";
games/hack/hack.timeout.c
84
killer = u.usick_cause;
games/hack/hack.trap.c
302
killer = objects[uwep->otyp].oc_name;
games/hack/hack.trap.c
501
killer = "visit to the hell";
games/hack/hack.trap.c
515
killer = "fall";
games/hack/hack.trap.c
542
killer = "pool of water";
regress/lib/libpthread/process_kill/process_kill.c
39
CHECKr(pthread_create(&t, NULL, killer, NULL));