Searched refs:PL_forkprocess (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlapi.h265 #undef PL_forkprocess
266 #define PL_forkprocess (*Perl_Iforkprocess_ptr(aTHX))
H A Dembedvar.h272 #define PL_forkprocess (PERL_GET_INTERP->Iforkprocess) macro
594 #define PL_forkprocess (vTHX->Iforkprocess) macro
919 #define PL_Iforkprocess PL_forkprocess
H A Dutil.c1898 PL_forkprocess = pid;
2029 PL_forkprocess = 0;
2051 PL_forkprocess = pid;
H A Ddoio.c99 PL_forkprocess = 1; /* assume true if no fork */
H A Dpp_sys.c558 PUSHi( (I32)PL_forkprocess );
559 else if (PL_forkprocess == 0) /* we are a new child */
H A Dsv.c10933 PL_forkprocess = proto_perl->Iforkprocess;

Completed in 67 milliseconds