Home
last modified time | relevance | path

Searched refs:death (Results 1 – 25 of 103) sorted by relevance

12345

/netbsd-src/games/rogue/
H A Dscore.c225 char death[80]; member
302 strlcpy(se->death, score_block+x, sizeof(se->death)); in read_score_entry()
321 rank+1, se->gold, se->username, se->death); in write_score_entry()
442 i+1, scores[i].gold, name, scores[i].death); in put_scores()
460 const char *death = "bolts from the blue (?)"; in make_score() local
470 death = "died of hypothermia"; in make_score()
473 death = "died of starvation"; in make_score()
476 death = "killed by a dart"; in make_score()
479 death = "quit"; in make_score()
482 death = "a total winner"; in make_score()
[all …]
H A DCHANGES51 Prints a picture of a skull, not a tombstone, upon death.
/netbsd-src/games/hack/
H A Dhack.end.c318 char death[DTHSZ + 1]; member
367 (void) strncpy(t0->death, killer, DTHSZ); in topten()
368 (t0->death)[DTHSZ] = 0; in topten()
383 &t1->plchar, &t1->sex, t1->name, t1->death) != 11 in topten()
454 t1->plchar, t1->sex, t1->name, t1->death); in topten()
531 if (!strncmp("escaped", t1->death, 7)) { in outentry()
532 if (!strcmp(" (with amulet)", t1->death + 7)) in outentry()
541 if (!strncmp(t1->death, "quit", 4)) { in outentry()
549 } else if (!strcmp(t1->death, "choked")) { in outentry()
553 } else if (!strncmp(t1->death, "starv", 5)) { in outentry()
[all …]
H A Drumors77 Beware of death rays!
181 I once knew a hacker who ate too fast and choked to death.....
218 It's all a matter of life and death, so beware of the undead.
273 Never use a wand of death.
331 Row (3x) that boat gently down the stream, Charon (4x), death is but a dream.
/netbsd-src/external/historical/nawk/dist/bugs-fixed/
H A Dsystem-status.bad2 death by signal status 0.00390625
3 death by signal with core dump status 0.523438
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dssh-agent.c138 time_t death; member
1046 if (id->death == 0) in reaper()
1048 if (now >= id->death) { in reaper()
1054 deadline = (deadline == 0) ? id->death : in reaper()
1055 MINIMUM(deadline, id->death); in reaper()
1347 time_t death = 0; in process_add_identity() local
1361 if (parse_key_constraints(e->request, k, &death, &seconds, &confirm, in process_add_identity()
1405 if (lifetime && !death) in process_add_identity()
1406 death = monotime() + lifetime; in process_add_identity()
1426 id->death = death; in process_add_identity()
[all …]
/netbsd-src/external/mpl/bind/dist/tests/isc/
H A Dlex_test.c44 unsigned char death[] = { EOF, 'A' }; in ISC_RUN_TEST_IMPL() local
50 isc_buffer_init(&death_buf, &death[0], sizeof(death)); in ISC_RUN_TEST_IMPL()
51 isc_buffer_add(&death_buf, sizeof(death)); in ISC_RUN_TEST_IMPL()
/netbsd-src/external/bsd/libbind/dist/irs/
H A Dirp.c425 goto death; in irs_irp_read_body()
430 goto death; in irs_irp_read_body()
450 goto death; in irs_irp_read_body()
460 death: in irs_irp_read_body()
/netbsd-src/games/phantasia/
H A Dphantglobs.h76 void death(const char *);
H A Dio.c146 death("Bailing out"); in interrupt()
H A Dmisc.c78 death("Old age"); in movelevel()
590 death(const char *how) in death() function
845 death("A cursed ring"); in adjuststats()
H A Dinterplayer.c289 death("Interterminal battle"); in battleplayer()
455 death("Vaporization"); in tampered()
/netbsd-src/sbin/init/
H A Dinit.c143 static state_func_t death(void);
197 static state_t current_state = death;
1215 return (state_func_t)death; in read_ttys()
1470 requested_transition = death; in transition_handler()
1622 death(void) in death() function
H A DNOTES117 7: death: send SIGHUP to all controlling processes, reap for 30 seconds,
/netbsd-src/games/quiz/datfiles/
H A Dflowers4 Bay leaf:I change but in death
H A Dlatin130 funus:death|disaster
/netbsd-src/share/misc/
H A Dflowers9 Bay leaf:I change but in death.
/netbsd-src/external/bsd/ipf/dist/
H A Dtodo67 otherwise confuse the intruder (ping of death?)
/netbsd-src/external/bsd/atf/dist/atf-sh/
H A Dlibatf-sh.subr145 # Sets the expectations to 'death'.
151 Expect=death
674 death)
/netbsd-src/games/fortune/datfiles/
H A Dstartrek45 in this way? ... Obedience. Duty. Death, and more death ...
194 and death --"
229 In the strict scientific sense we all feed on death -- even
300 "Life and death are seldom logical."
500 The sight of death frightens them [Earthers].
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dhaifa-sched.cc1704 calculate_reg_deaths (rtx_insn *insn, int *death) in calculate_reg_deaths() argument
1710 death[ira_pressure_classes[i]] = 0; in calculate_reg_deaths()
1713 mark_regno_birth_or_death (0, death, use->regno, true); in calculate_reg_deaths()
1727 static int death[N_REG_CLASSES]; in setup_insn_reg_pressure_info() local
1732 calculate_reg_deaths (insn, death); in setup_insn_reg_pressure_info()
1740 change = (int) pressure_info[i].set_increase - death[cl]; in setup_insn_reg_pressure_info()
3315 int death[N_REG_CLASSES]; in model_classify_pressure() local
3318 calculate_reg_deaths (insn->insn, death); in model_classify_pressure()
3324 if (death[cl] < reg_pressure[pci].set_increase) in model_classify_pressure()
3326 sum += reg_pressure[pci].set_increase - death[cl]; in model_classify_pressure()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhaifa-sched.c1704 calculate_reg_deaths (rtx_insn *insn, int *death) in calculate_reg_deaths() argument
1710 death[ira_pressure_classes[i]] = 0; in calculate_reg_deaths()
1713 mark_regno_birth_or_death (0, death, use->regno, true); in calculate_reg_deaths()
1727 static int death[N_REG_CLASSES]; in setup_insn_reg_pressure_info() local
1732 calculate_reg_deaths (insn, death); in setup_insn_reg_pressure_info()
1740 change = (int) pressure_info[i].set_increase - death[cl]; in setup_insn_reg_pressure_info()
3313 int death[N_REG_CLASSES]; in model_classify_pressure() local
3316 calculate_reg_deaths (insn->insn, death); in model_classify_pressure()
3322 if (death[cl] < reg_pressure[pci].set_increase) in model_classify_pressure()
3324 sum += reg_pressure[pci].set_increase - death[cl]; in model_classify_pressure()
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_mac_test_helpers.mm64 // Don't print anything here not to interfere with the death tests.
/netbsd-src/share/dict/
H A Dweb2a15873 death adder
15874 death agony
15875 death alder
15876 death angel
15877 death angle
15878 death-bearing
15881 death-begirt
15882 death bell
15883 death benefit
15884 death bill
[all …]
/netbsd-src/games/larn/datfiles/
H A Dlarn.help129 at the time of his death.

12345