Home
last modified time | relevance | path

Searched refs:PerlProc_kill (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
DXSUB.h498 # define kill PerlProc_kill
Diperlsys.h1032 #define PerlProc_kill(i, a) \ macro
1095 #define PerlProc_kill(i, a) kill((i), (a)) macro
Ddoio.c1819 if (PerlProc_kill(-proc,val)) /* SYSV */ in Perl_apply()
1828 if (PerlProc_kill(proc, val)) in Perl_apply()
Dutil.c2544 PerlProc_kill(PerlProc_getpid(), signo); in Perl_rsignal_state()
2614 if(PerlProc_kill(pid, 0) < 0) { return(pid); } /* HOM 12/23/91 */ in Perl_my_pclose()