Lines Matching refs:how

351 disclose(how,taken)
352 int how;
362 (how == QUIT) ? "quit" : "died");
388 enlightenment(how >= PANICKED ? 1 : 2); /* final */
405 show_conduct(how >= PANICKED ? 1 : 2);
412 savelife(how)
413 int how;
426 if (how == CHOKING) init_uhunger();
536 done(how)
537 int how;
546 if (how == TRICKED) {
564 if (how == ASCENDED || (!killer && how == GENOCIDED))
567 if (!killer && (how == STARVING || how == BURNING))
569 Strcpy(kilbuf, (!killer || how >= PANICKED ? deaths[how] : killer));
572 if (how < PANICKED) u.umortality++;
573 if (Lifesaved && (how <= GENOCIDED)) {
578 if (how == CHOKING) You("vomit ...");
585 savelife(how);
586 if (how == GENOCIDED)
598 discover) && (how <= GENOCIDED)) {
601 (how == CHOKING) ? "choke" : "die");
603 savelife(how);
627 if (moves <= 1 && how < PANICKED) /* You die... --More-- */
639 bones_ok = (how < GENOCIDED) && can_make_bones();
641 if (how == TURNED_SLIME)
646 if (how == BURNING)
648 else if (how == STONING)
666 killed_by_prefix[how],
672 if (how == QUIT) {
675 how = DIED;
676 u.umortality++; /* skipped above when how==QUIT */
681 if (how == ESCAPED || how == PANICKED)
684 if (how != PANICKED) {
686 taken = paybill((how == ESCAPED) ? -1 : (how != QUIT));
695 if (strcmp(flags.end_disclose, "none") && how != PANICKED)
696 disclose(how, taken);
717 if (how < PANICKED)
723 if (how == ASCENDED) u.urexp *= 2L;
756 if (how < GENOCIDED && flags.tombstone && endwin != WIN_ERR)
757 outrip(endwin, how);
765 else if (how == ESCAPED) {
775 how != ASCENDED ?
783 if (how == ESCAPED || how == ASCENDED) {
824 how==ASCENDED ? "went to your reward" :
864 /* level teleported out of the dungeon; `how' is DIED,
867 (u.uz.dlevel < 0) ? "passed away" : ends[how]);
873 Sprintf(pbuf, "You %s in %s", ends[how], where);
892 u.ulevel, u.uhpmax, plur(u.uhpmax), ends[how]);
904 topten(how);
910 topten(how);