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

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Ddtors3.C11 int killed = 0; variable
19 ~Foo() { killed++;}
23 if (killed)
/openbsd-current/games/trek/
H A Dlose.c70 Game.killed = 1;
77 Game.killed = 0;
H A Ddestruct.c104 Game.killed = 1;
H A Dscore.c52 printf("%d Klingons killed\t\t\t%6d\n", u, t);
70 if (Game.killed)
73 printf("Penalty for getting killed\t\t -500\n");
77 printf("%d starbases killed\t\t\t%6d\n", u, t);
H A Dtrek.h231 int killk; /* number of klingons killed */
234 char killb; /* number of starbases killed */
235 int kills; /* number of stars killed */
238 char killed; /* set if you were killed */ member in struct:Game
239 char killinhab; /* number of inhabited starsystems killed */
H A Dsetup.c210 Game.killed = 0;
/openbsd-current/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/
H A Dos2_process_text.t50 ok kill('TERM', $kpid), 'killed the kid';
51 #ok( ($PID == $kpid or kill('TERM', $PID)), 'killed the inter-kid');
/openbsd-current/usr.sbin/lpd/
H A Dlp_rmjob.c40 int active, i, killed = 0; local
64 killed = 1;
85 return killed;
/openbsd-current/games/hack/
H A Dhack.end.c471 boolean quit = FALSE, killed = FALSE, starv = FALSE; local
513 strlcat(linebuf, "was killed", sizeof linebuf);
514 killed = TRUE;
518 (killed || starv) ? "" : " dungeon", t1->level);
527 if(killed) {
H A Dhack.zap.c96 if(mtmp->mhp < 1) killed(mtmp);
108 if(mtmp->mhp < 1) killed(mtmp);
538 pline("%s is killed by the %s!",
542 killed(mon);
H A Dhack.fight.c125 if(vis) pline("%s is killed!", Monnam(mdef));
260 killed(mon);
288 killed(mon);
H A Dhack.read.c460 killed(mtmp);
H A Dhack.h464 void killed(struct monst *);
H A Dhack.mon.c92 /* note that mtmp or mtmp->nmon might get killed
728 killed(struct monst *mtmp) function
745 /* count killed monsters */
808 if(tmp == 'm') { /* he killed a minotaur, give him a wand of digging */
/openbsd-current/sbin/pfctl/
H A Dpfctl.c469 int killed, sources, dests; local
471 killed = sources = dests = 0;
522 killed += psnk.psnk_killed;
528 killed += psnk.psnk_killed;
535 fprintf(stderr, "killed %d src nodes from %d sources and %d "
536 "destinations\n", killed, sources, dests);
545 int killed, sources, dests; local
547 killed = sources = dests = 0;
603 killed += psk.psk_killed;
609 killed
[all...]
/openbsd-current/sys/net/
H A Dpf_ioctl.c961 u_int killed = 0; local
997 killed++;
1005 psk->psk_killed = killed;
1774 u_int i, killed = 0; local
1843 killed++;
1847 if (killed)
1848 psk->psk_killed = killed;
1896 killed++;
1899 psk->psk_killed = killed;
2905 u_int killed local
[all...]
H A Dpf.c510 u_int32_t killed = 0; local
563 killed++;
567 addlog(", %u states killed", killed);
/openbsd-current/gnu/gcc/gcc/
H A Dglobal.c2044 register is not redefined or killed on the path.
2047 killed (clobbered) on the path
2066 /* Registers correspondingly killed (clobbered) and defined but not
2067 killed afterward in the basic block. */
2068 bitmap killed, avloc;
2103 bb_info->killed = BITMAP_ALLOC (&greg_obstack);
2138 bitmap_set_bit (bb_info->killed, regno);
2258 if (bitmap_bit_p (bb_info->killed, regno)
2346 bb.live_pavout = union (bb.live_pavin - bb.killed, bb.avloc)
2392 bb_live_pavin, bb_info->killed);
2053 bitmap killed, avloc; member in struct:bb_info
[all...]
/openbsd-current/bin/ksh/
H A Djobs.c51 #define JP_SHORT 1 /* print signals processes were killed by */
249 int killed = 0; local
257 killed = 1;
270 if (killed)
/openbsd-current/gnu/usr.bin/perl/cpan/IPC-Cmd/lib/IPC/
H A DCmd.pm542 # so in case i am killed parent
608 # parent was killed otherwise we would have got
680 # child was killed, inform parent
682 print $ps "$pid killed with " . ($real_exit & 127) . "\n";
734 Specify in seconds how long to run the command before it is killed with SIG_KILL (9),
783 Enable this option if you wish all spawned processes to be killed if the initially spawned
784 process (the parent) is killed or dies without waiting for child processes.
1066 if ($data =~ /^[\d]+ killed with ([0-9]+?)\n(.*?)/so) {
1116 # * when our child was killed before
1183 $err_msg .= "killed b
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/autodie/lib/
H A Dautodie.pm276 The command is killed by a signal.
/openbsd-current/gnu/usr.bin/perl/win32/
H A Dwin32.c1342 /* returns number of processes killed */
1348 int killed = 0; local
1354 killed += terminate_process(pid, process_handle, sig);
1364 killed += my_killpg(entry.th32ProcessID, sig);
1372 return killed;
1375 /* returns number of processes killed */

Completed in 395 milliseconds