Home
last modified time | relevance | path

Searched refs:PL_forkprocess (Results 1 – 10 of 10) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dembedvar.h275 #define PL_forkprocess (PERL_GET_INTERP->Iforkprocess) macro
600 #define PL_forkprocess (vTHX->Iforkprocess) macro
928 #define PL_Iforkprocess PL_forkprocess
Dperlapi.h286 #undef PL_forkprocess
287 #define PL_forkprocess (*Perl_Iforkprocess_ptr(aTHX))
Dutil.c2110 PL_forkprocess = pid; in Perl_my_popen_list()
2238 PL_forkprocess = 0; in Perl_my_popen()
2260 PL_forkprocess = pid; in Perl_my_popen()
Ddoio.c100 PL_forkprocess = 1; /* assume true if no fork */ in Perl_do_openn()
Dpp_sys.c580 PUSHi( (I32)PL_forkprocess ); in PP()
581 else if (PL_forkprocess == 0) /* we are a new child */ in PP()
Dsv.c11187 PL_forkprocess = proto_perl->Iforkprocess; in perl_clone_using()
/mirbsd/src/gnu/usr.bin/perl/wince/
Dwince.c2852 PL_forkprocess = childpid; in win32_popen()
/mirbsd/src/gnu/usr.bin/perl/win32/
Dwin32.c2888 PL_forkprocess = childpid; in win32_popen()
/mirbsd/src/gnu/usr.bin/perl/os2/
Dos2.c1625 PL_forkprocess = pid; in my_syspopen()
/mirbsd/src/gnu/usr.bin/perl/vms/
Dvms.c2676 PL_forkprocess = info->pid;