Searched defs:proto_perl (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dsv.h1255 PerlInterpreter *proto_perl; member in struct:clone_params
H A Dsv.c9747 SV *sv = &param->proto_perl->Isv_no; /* just need SvREADONLY-ness */
10303 Perl_any_dup(pTHX_ void *v, PerlInterpreter *proto_perl) argument
10316 if (v >= (void*)proto_perl && v < (void*)(proto_perl+1))
10317 ret = (void*)(((char*)aTHX) + (((char*)v) - (char*)proto_perl));
10328 Perl_ss_dup(pTHX_ PerlInterpreter *proto_perl, CLONE_PARAMS* param) argument
10330 ANY *ss = proto_perl->Tsavestack;
10331 I32 ix = proto_perl->Tsavestack_ix;
10332 I32 max = proto_perl->Tsavestack_max;
10371 TOPPTR(nss,ix) = any_dup(ptr, proto_perl);
10629 perl_clone(PerlInterpreter *proto_perl, UV flags) argument
10652 perl_clone_using(PerlInterpreter *proto_perl, UV flags, struct IPerlMem* ipM, struct IPerlMem* ipMS, struct IPerlMem* ipMP, struct IPerlEnv* ipE, struct IPerlStdIO* ipStd, struct IPerlLIO* ipLIO, struct IPerlDir* ipD, struct IPerlSock* ipS, struct IPerlProc* ipP) argument
[all...]

Completed in 37 milliseconds