Searched refs:proto_perl (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dpad.h231 =for apidoc m|void|PAD_CLONE_VARS|PerlInterpreter *proto_perl \
258 #define PAD_CLONE_VARS(proto_perl, param) \
259 PL_comppad = ptr_table_fetch(PL_ptr_table, proto_perl->Tcomppad); \
261 PL_comppad_name = av_dup(proto_perl->Icomppad_name, param); \
262 PL_comppad_name_fill = proto_perl->Icomppad_name_fill; \
263 PL_comppad_name_floor = proto_perl->Icomppad_name_floor; \
264 PL_min_intro_pending = proto_perl->Imin_intro_pending; \
265 PL_max_intro_pending = proto_perl->Imax_intro_pending; \
266 PL_padix = proto_perl->Ipadix; \
267 PL_padix_floor = proto_perl
[all...]
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...]
H A Dsv.h1255 PerlInterpreter *proto_perl; member in struct:clone_params
H A Dproto.h911 PERL_CALLCONV ANY* Perl_ss_dup(pTHX_ PerlInterpreter* proto_perl, CLONE_PARAMS* param);
912 PERL_CALLCONV void* Perl_any_dup(pTHX_ void* v, PerlInterpreter* proto_perl);

Completed in 120 milliseconds