Lines Matching defs:what
21 * played larn, and what the score was diedsub(x) Subroutine to print out a
44 short what; /* the number of the monster that killed
83 char what[46]; /* what happened to player */
318 if (sco[j].what < 256)
319 lprintf("killed by a %s", monster[sco[j].what].name);
321 lprintf("%s", whydead[sco[j].what - 256]);
539 p->what = whyded;
551 * died(x) Subroutine to record who played larn, and what the score was
682 snprintf(logg.what, sizeof(logg.what),
685 snprintf(logg.what, sizeof(logg.what),
785 lprintf("Score: %ld, Diff: %ld, %s %s on %ld at %s", (long) (logg.score), (long) (logg.diff), logg.who, logg.what, (long) (logg.cavelev), p + 4);