Searched refs:killed (Results 1 - 25 of 32) sorted by relevance

12

/netbsd-current/games/trek/
H A Dlose.c76 Game.killed = 1;
81 Game.killed = 0;
H A Ddestruct.c107 Game.killed = 1;
H A Dscore.c80 scoreitem(t, "%d Klingons killed", u);
100 if (Game.killed) {
102 scoreitem(-500, "Penalty for getting killed");
106 scoreitem(t, "%d starbases killed", u);
H A Dtrek.h245 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 */
H A Dsetup.c224 Game.killed = 0;
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/
H A Dchangf100.h15 bool killed; member in struct:gf100_fifo_chan
H A Dchangk104.h17 bool killed; member in struct:gk104_fifo_chan
H A Dnouveau_nvkm_engine_fifo_gpfifogf100.c171 if (!list_empty(&chan->head) && !chan->killed) {
193 if (list_empty(&chan->head) && !chan->killed) {
H A Dnouveau_nvkm_engine_fifo_gpfifogk104.c218 if (list_empty(&chan->head) && !chan->killed) {
/netbsd-current/crypto/external/bsd/heimdal/dist/tests/bin/
H A Dintr.c22 static int killed; local
24 if (!killed++)
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_chan.h50 atomic_t killed; member in struct:nouveau_channel
H A Dnouveau_chan.c61 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);
/netbsd-current/games/hack/
H A Dhack.zap.c101 killed(mtmp);
115 killed(mtmp);
568 pline("%s is killed by the %s!",
572 killed(mon);
H A Dhack.fight.c136 pline("%s is killed!", Monnam(mdef));
280 killed(mon);
312 killed(mon);
H A Dextern.h262 void killed(struct monst *);
H A Dhack.read.c494 killed(mtmp);
/netbsd-current/games/larn/
H A Dscores.c22 * 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 b
[all...]
/netbsd-current/dist/pf/sbin/pfctl/
H A Dpfctl.c442 int killed, sources, dests; local
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
552 killed = sources = dests = 0;
631 killed += psk.psk_af;
639 killed
[all...]
/netbsd-current/external/bsd/pcc/dist/pcc/mip/
H A Dregs.c487 * and killed variables. Therefore, for a temp number, the bit number must
1237 static bittype **gen, **killed, **in, **out; variable
1269 * Found an extended assembler node, so growel out gen/killed nodes.
1304 BITSET(killed[bb], MKTOFF(b));
1307 BITSET(killed[bb], b);
1524 BITSET(killed[bb], (b+i));
1529 BITSET(killed[bb], (b+i));
1536 BITSET(killed[bb], b);
1562 * generate the gen-killed sets for all basic blocks.
1567 /* gen/killed i
[all...]
H A Doptim2.c2042 BITSET(bb->killed, b);
2055 * Found an extended assembler node, so growel out gen/killed nodes.
2083 BITSET(bb->killed, MKTOFF(b));
2086 BITSET(bb->killed, b);
2124 BITALLOC(bb->killed,tmpalloc,xbits);
2132 * generate the gen-killed sets for all basic blocks.
2136 /* gen/killed is 'p', this node is 'n' */
2159 if (TESTBIT(bb->killed, i))
2180 SETCLEAR(bb->in, bb->killed, j, xbits);
H A Dpass2.h466 bittype *gen, *killed, *in, *out; /* Liveness analysis */ member in struct:basicblock
/netbsd-current/sys/dist/pf/net/
H A Dpf_ioctl.c1872 int killed = 0; local
1884 killed++;
1887 psk->psk_af = killed;
1899 int killed = 0; local
1940 killed++;
1943 psk->psk_af = killed;
3179 int killed = 0; local
3202 killed++;
3206 if (killed > 0)
3209 psnk->psnk_af = killed;
[all...]
/netbsd-current/bin/ksh/
H A Djobs.c108 #define JP_SHORT 1 /* print signals processes were killed by */
281 int killed = 0; local
291 killed = 1;
306 if (killed)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dwindows-nat.c345 BOOL windows_continue (DWORD continue_status, int id, int killed,
1256 have killed the inferior, so we should ignore weird errors due to
1262 int killed, bool last_call)
1302 if (!killed)
1331 if (!killed)
1261 windows_continue(DWORD continue_status, int id, int killed, bool last_call) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dwindows-nat.c1269 have killed the inferior, so we should ignore weird errors due to
1272 windows_continue (DWORD continue_status, int id, int killed) argument
1309 if (!killed)
1337 if (!killed)

Completed in 159 milliseconds

12