Searched refs:PL_forkprocess (Results 1 – 10 of 10) sorted by relevance
275 #define PL_forkprocess (PERL_GET_INTERP->Iforkprocess) macro600 #define PL_forkprocess (vTHX->Iforkprocess) macro928 #define PL_Iforkprocess PL_forkprocess
286 #undef PL_forkprocess287 #define PL_forkprocess (*Perl_Iforkprocess_ptr(aTHX))
2110 PL_forkprocess = pid; in Perl_my_popen_list()2238 PL_forkprocess = 0; in Perl_my_popen()2260 PL_forkprocess = pid; in Perl_my_popen()
100 PL_forkprocess = 1; /* assume true if no fork */ in Perl_do_openn()
580 PUSHi( (I32)PL_forkprocess ); in PP()581 else if (PL_forkprocess == 0) /* we are a new child */ in PP()
11187 PL_forkprocess = proto_perl->Iforkprocess; in perl_clone_using()
2852 PL_forkprocess = childpid; in win32_popen()
2888 PL_forkprocess = childpid; in win32_popen()
1625 PL_forkprocess = pid; in my_syspopen()
2676 PL_forkprocess = info->pid;