Searched refs:death (Results 1 - 16 of 16) sorted by relevance

/netbsd-6-1-5-RELEASE/games/rogue/
H A Dscore.c225 char death[80]; member in struct:score_entry
302 strlcpy(se->death, score_block+x, sizeof(se->death));
321 rank+1, se->gold, se->username, se->death);
442 i+1, scores[i].gold, name, scores[i].death);
460 const char *death = "bolts from the blue (?)"; local
470 death = "died of hypothermia";
473 death = "died of starvation";
476 death = "killed by a dart";
479 death
[all...]
/netbsd-6-1-5-RELEASE/games/hack/
H A Dhack.end.c318 char death[DTHSZ + 1]; member in struct:toptenentry
367 (void) strncpy(t0->death, killer, DTHSZ);
368 (t0->death)[DTHSZ] = 0;
383 &t1->plchar, &t1->sex, t1->name, t1->death) != 11
454 t1->plchar, t1->sex, t1->name, t1->death);
531 if (!strncmp("escaped", t1->death, 7)) {
532 if (!strcmp(" (with amulet)", t1->death + 7))
541 if (!strncmp(t1->death, "quit", 4)) {
549 } else if (!strcmp(t1->death, "choked")) {
553 } else if (!strncmp(t1->death, "star
[all...]
/netbsd-6-1-5-RELEASE/games/phantasia/
H A Dphantglobs.h76 void death(const char *);
H A Dio.c146 death("Bailing out");
H A Dinterplayer.c289 death("Interterminal battle");
455 death("Vaporization");
H A Dmisc.c78 death("Old age");
590 death(const char *how) function
634 * from death */
636 mvaddstr(4, 0, "Your ring saved you from death!\n");
844 death("A cursed ring");
H A Dfight.c134 death(Enemyname);
137 * from death */
H A Dmain.c792 addstr("Otherwise, continuing spells certain death.\n");
801 death("Stupidity");
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dssh-agent.c99 u_int death; member in struct:identity
434 if (id->death == 0)
436 if (now >= id->death) {
442 deadline = (deadline == 0) ? id->death :
443 MIN(deadline, id->death);
457 int type, success = 0, death = 0, confirm = 0; local
606 death = time(NULL) + buffer_get_int(&e->request);
620 if (lifetime && !death)
621 death = time(NULL) + lifetime;
633 id->death
688 int i, type, version, count = 0, success = 0, death = 0, confirm = 0; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-sh/
H A Dlibatf-sh.subr145 # Sets the expectations to 'death'.
151 Expect=death
663 death)
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/irs/
H A Dirp.c425 goto death;
430 goto death;
450 goto death;
460 death:
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dlocal-alloc.c109 is a set of consecutive insns. -1 if death has not been recorded. */
111 int death;
201 Note that if we see a use or death of pseudo register N with
474 /* Verify that no store between START and the death of REG invalidates
949 dying in this insn whose death notes would be missed.
1493 in question so that we know to ignore its death. */
1510 /* Mark the death of everything that dies in this instruction,
1563 Every quantity should have a known birth and death.
1610 0, 1, qty[q].birth, qty[q].death);
1681 qty[q].death
110 int death; member in struct:qty
2377 post_mark_life(int regno, enum machine_mode mode, int life, int birth, int death) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-sh/
H A Dlibatf-sh.subr153 # Sets the expectations to 'death'.
159 Expect=death
805 death)
/netbsd-6-1-5-RELEASE/sbin/init/
H A Dinit.c136 static state_func_t death(void);
189 static state_t current_state = death;
1203 warning("start_session_db failed, death");
1207 return (state_func_t)death;
1452 requested_transition = death;
1602 death(void) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dhaifa-sched.c628 BIRTH_P) or death of register REGNO. */
1129 static int death[N_REG_CLASSES];
1133 death[ira_reg_class_cover[i]] = 0;
1139 death[cl]++;
1141 death[cl] += ira_reg_class_nregs[cl][PSEUDO_REGNO_MODE (use->regno)];
1150 change = (int) pressure_info[i].set_increase - death[cl];
1124 static int death[N_REG_CLASSES]; local
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dsanity.sh1627 tests="${tests} rdiff2 diff diffnl death death2"
5847 death)
5848 # next dive. test death support.
5852 # add new death support tests to a new section rather
5856 dotest death-init-1 "$testcvs -Q co first-dir"
5947 dotest death-file4-add "${testcvs} add file4" \
5950 dotest death-file4-ciadd "${testcvs} -q ci -m add file4" \
5954 dotest death-file4-rm "${testcvs} remove file4" \
5957 dotest death-file4-cirm "${testcvs} -q ci -m remove file4" \
5962 dotest death
[all...]

Completed in 309 milliseconds