Searched refs:proto_perl (Results 1 – 10 of 10) sorted by relevance
/openbsd-src/gnu/usr.bin/perl/ |
H A D | sv.c | 13962 * proto_perl; so do it in perl_clone_using instead */ 14709 Perl_croak(param->proto_perl, "Bizarre SvTYPE [%" IVdf "]", (IV)SvTYPE(ssv)); 15037 ncx->blk_oldcop = (COP*)any_dup(ncx->blk_oldcop, param->proto_perl); 15196 Perl_any_dup(pTHX_ void *v, const PerlInterpreter *proto_perl) 15211 if (v >= (void*)proto_perl && v < (void*)(proto_perl+1)) 15212 ret = (void*)(((char*)aTHX) + (((char*)v) - (char*)proto_perl)); 15229 Perl_ss_dup(pTHX_ PerlInterpreter *proto_perl, CLONE_PARAMS* param) 15231 ANY * const ss = proto_perl->Isavestack; 15232 const I32 max = proto_perl 15124 Perl_any_dup(pTHX_ void * v,const PerlInterpreter * proto_perl) global() argument 15157 Perl_ss_dup(pTHX_ PerlInterpreter * proto_perl,CLONE_PARAMS * param) global() argument 15531 perl_clone(PerlInterpreter * proto_perl,UV flags) global() argument 15558 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) global() argument [all...] |
H A D | pad.h | 504 =for apidoc m|void|PAD_CLONE_VARS|PerlInterpreter *proto_perl|CLONE_PARAMS* param 518 #define PAD_CLONE_VARS(proto_perl, param) \ 519 PL_comppad = av_dup(proto_perl->Icomppad, param); \ 522 padnamelist_dup(proto_perl->Icomppad_name, param); \ argument 523 PL_comppad_name_fill = proto_perl->Icomppad_name_fill; \ 524 PL_comppad_name_floor = proto_perl->Icomppad_name_floor; \ 525 PL_min_intro_pending = proto_perl->Imin_intro_pending; \ 526 PL_max_intro_pending = proto_perl->Imax_intro_pending; \ 527 PL_padix = proto_perl->Ipadix; \ 528 PL_padix_floor = proto_perl [all...] |
H A D | proto.h | 6185 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); 6187 assert(proto_perl); assert(ipM); assert(ipMS); assert(ipMP); assert(ipE); \ 10495 Perl_any_dup(pTHX_ void *v, const PerlInterpreter *proto_perl) 10498 assert(proto_perl) 10591 perl_clone(PerlInterpreter *proto_perl, UV flags); 10593 assert(proto_perl) 10617 Perl_ss_dup(pTHX_ PerlInterpreter *proto_perl, CLONE_PARAMS *param) 10620 assert(proto_perl); assert(param)
|
H A D | sv.h | 2520 PerlInterpreter *proto_perl; 2510 PerlInterpreter *proto_perl; global() member
|
H A D | embed.fnc | 4055 |NN PerlInterpreter *proto_perl \ 6167 |NN const PerlInterpreter *proto_perl 6209 |NN PerlInterpreter *proto_perl \ 6222 CRdp |ANY * |ss_dup |NN PerlInterpreter *proto_perl \
|
/openbsd-src/gnu/usr.bin/perl/win32/ |
H A D | perllib.c | 281 perl_clone_host(PerlInterpreter* proto_perl, UV flags) { in perl_clone_host() argument 285 proto_perl = perl_clone_using(proto_perl, flags, in perl_clone_host() 296 proto_perl->Isys_intern.internal_host = h; in perl_clone_host() 297 h->host_perl = proto_perl; in perl_clone_host() 298 return proto_perl; in perl_clone_host()
|
H A D | win32.c | 1099 PerlInterpreter *const from = param->proto_perl; in win32_dirp_dup()
|
/openbsd-src/gnu/usr.bin/perl/ext/File-Glob/ |
H A D | Glob.xs | 427 param.proto_perl = MY_CXT.interp;
|
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | apidoc.fnc | 477 md|void|PAD_CLONE_VARS|PerlInterpreter *proto_perl|CLONE_PARAMS* param
|
H A D | embed.fnc | 582 ATod |PerlInterpreter*|perl_clone|NN PerlInterpreter *proto_perl|UV flags 585 |NN PerlInterpreter *proto_perl \ 2812 ApR |ANY* |ss_dup |NN PerlInterpreter* proto_perl|NN CLONE_PARAMS* param 2813 ApR |void* |any_dup |NULLOK void* v|NN const PerlInterpreter* proto_perl
|