HomeSort by: relevance | last modified time | path
    Searched refs:killed (Results 1 - 24 of 24) sorted by relevancy

  /src/games/trek/
lose.c 76 Game.killed = 1;
81 Game.killed = 0;
destruct.c 107 Game.killed = 1;
score.c 80 scoreitem(t, "%d Klingons killed", u);
100 if (Game.killed) {
102 scoreitem(-500, "Penalty for getting killed");
106 scoreitem(t, "%d starbases killed", u);
trek.h 245 int killk; /* number of klingons killed */
248 char killb; /* number of starbases killed */
249 int kills; /* number of stars killed */
252 char killed; /* set if you were killed */ member in struct:Game_struct
253 char killinhab; /* number of inhabited starsystems killed */
setup.c 224 Game.killed = 0;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/
changf100.h 15 bool killed; member in struct:gf100_fifo_chan
changk104.h 17 bool killed; member in struct:gk104_fifo_chan
nouveau_nvkm_engine_fifo_gpfifogf100.c 171 if (!list_empty(&chan->head) && !chan->killed) {
193 if (list_empty(&chan->head) && !chan->killed) {
nouveau_nvkm_engine_fifo_gpfifogk104.c 218 if (list_empty(&chan->head) && !chan->killed) {
nouveau_nvkm_engine_fifo_gf100.c 218 chan->killed = true;
nouveau_nvkm_engine_fifo_gk104.c 379 chan->killed = true;
385 nvkm_warn(subdev, "channel %d: killed\n", chid);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_chan.h 50 atomic_t killed; member in struct:nouveau_channel
nouveau_chan.c 61 NV_PRINTK(warn, cli, "channel %d killed!\n", chan->chid);
62 atomic_set(&chan->killed, 1);
71 if (likely(chan && chan->fence && !atomic_read(&chan->killed))) {
146 atomic_set(&chan->killed, 0);
nouveau_gem.c 720 if (unlikely(atomic_read(&chan->killed)))
  /src/games/hack/
hack.zap.c 101 killed(mtmp);
115 killed(mtmp);
568 pline("%s is killed by the %s!",
572 killed(mon);
hack.fight.c 136 pline("%s is killed!", Monnam(mdef));
280 killed(mon);
312 killed(mon);
extern.h 262 void killed(struct monst *);
hack.read.c 494 killed(mtmp);
hack.mon.c 99 * note that mtmp or mtmp->nmon might get killed while mtmp
788 killed(struct monst *mtmp) function in typeref:typename:void
810 /* count killed monsters */
887 if (tmp == 'm') { /* he killed a minotaur, give him a wand of
  /src/games/larn/
scores.c 22 * line showing player when he is killed diedlog() Subroutine to read a
44 short what; /* the number of the monster that killed
78 short killed, spused; /* monsters killed and spells cast */ member in struct:log_fmt
92 "a winner", "trapped in solid rock", "killed by a missing save file",
93 "killed by an old save file", "caught by the greedy cheater checker trap",
94 "killed by a protected save file", "killed his family and committed suicide",
98 "killed by a stupid act of frustration", "attacked by a revolting demon",
100 "fell into the dreadful sleep", "killed by an exploding chest"
    [all...]
  /src/dist/pf/sbin/pfctl/
pfctl.c 442 int killed, sources, dests; local in function:pfctl_kill_src_nodes
445 killed = sources = dests = 0;
521 killed += psnk.psnk_af;
529 killed += psnk.psnk_af;
538 fprintf(stderr, "killed %d src nodes from %d sources and %d "
539 "destinations\n", killed, sources, dests);
549 int killed, sources, dests; local in function:pfctl_kill_states
552 killed = sources = dests = 0;
631 killed += psk.psk_af;
639 killed += psk.psk_af
    [all...]
  /src/sys/dist/pf/net/
pf_ioctl.c 1872 int killed = 0; local in function:pfioctl
1884 killed++;
1887 psk->psk_af = killed;
1899 int killed = 0; local in function:pfioctl
1940 killed++;
1943 psk->psk_af = killed;
3179 int killed = 0; local in function:pfioctl
3202 killed++;
3206 if (killed > 0)
3209 psnk->psnk_af = killed;
    [all...]
pf.c 703 u_int32_t killed = 0; local in function:pf_src_connlimit
760 killed++;
764 printf(", %u states killed", killed);
  /src/bin/ksh/
jobs.c 108 #define JP_SHORT 1 /* print signals processes were killed by */
281 int killed = 0; local in function:j_exit
291 killed = 1;
306 if (killed)

Completed in 27 milliseconds