/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | perlvars.h | 26 PERLVAR(Gcurinterp, PerlInterpreter *)
|
H A D | miniperlmain.c | 30 static PerlInterpreter *my_perl;
|
H A D | perlio.h | 112 extern void PerlIO_clone(pTHX_ PerlInterpreter *proto, CLONE_PARAMS *param);
|
H A D | proto.h | 21 PERL_CALLCONV PerlInterpreter* perl_alloc_using(struct IPerlMem* m, struct IPerlMem* ms, struct IPe… 23 PERL_CALLCONV PerlInterpreter* perl_alloc(void); 24 PERL_CALLCONV void perl_construct(PerlInterpreter* interp); 25 PERL_CALLCONV int perl_destruct(PerlInterpreter* interp); 26 PERL_CALLCONV void perl_free(PerlInterpreter* interp); 27 PERL_CALLCONV int perl_run(PerlInterpreter* interp); 28 PERL_CALLCONV int perl_parse(PerlInterpreter* interp, XSINIT_t xsinit, int argc, char** argv, char*… 31 PERL_CALLCONV PerlInterpreter* perl_clone(PerlInterpreter* interp, UV flags); 33 PERL_CALLCONV PerlInterpreter* perl_clone_using(PerlInterpreter *interp, UV flags, struct IPerlMem*… 911 PERL_CALLCONV ANY* Perl_ss_dup(pTHX_ PerlInterpreter* proto_perl, CLONE_PARAMS* param); [all …]
|
H A D | perl.c | 156 PerlInterpreter * 163 PerlInterpreter *my_perl; in perl_alloc_using() 165 my_perl = (PerlInterpreter*)(*ipM->pMalloc)(ipM, sizeof(PerlInterpreter)); in perl_alloc_using() 167 Zero(my_perl, 1, PerlInterpreter); in perl_alloc_using() 192 PerlInterpreter * 195 PerlInterpreter *my_perl; in perl_alloc() 201 my_perl = (PerlInterpreter*)PerlMem_malloc(sizeof(PerlInterpreter)); in perl_alloc() 204 Zero(my_perl, 1, PerlInterpreter); in perl_alloc()
|
H A D | thrdvar.h | 31 PERLVAR(interp, PerlInterpreter*) /* thread owner */
|
H A D | perl.h | 114 # define pTHX register PerlInterpreter *my_perl PERL_UNUSED_DECL 116 # define dTHXa(a) pTHX = (PerlInterpreter*)a 191 # define pTHXx register PerlInterpreter *my_perl 1765 typedef struct interpreter PerlInterpreter; typedef 2179 # define PERL_SET_INTERP(i) (PL_curinterp = (PerlInterpreter*)(i)) 2191 # define PERL_GET_THX ((PerlInterpreter *)PERL_GET_CONTEXT)
|
H A D | sv.c | 10303 Perl_any_dup(pTHX_ void *v, PerlInterpreter *proto_perl) in Perl_any_dup() 10328 Perl_ss_dup(pTHX_ PerlInterpreter *proto_perl, CLONE_PARAMS* param) in Perl_ss_dup() 10625 EXTERN_C PerlInterpreter * 10626 perl_clone_host(PerlInterpreter* proto_perl, UV flags); 10628 PerlInterpreter * 10629 perl_clone(PerlInterpreter *proto_perl, UV flags) in perl_clone() 10651 PerlInterpreter * 10652 perl_clone_using(PerlInterpreter *proto_perl, UV flags, in perl_clone_using() 10667 PerlInterpreter *my_perl = (PerlInterpreter*)(*ipM->pMalloc)(ipM, sizeof(PerlInterpreter)); in perl_clone_using() 10671 Poison(my_perl, 1, PerlInterpreter); in perl_clone_using() [all …]
|
H A D | sv.h | 1255 PerlInterpreter *proto_perl;
|
H A D | perlio.c | 629 PerlIO_clone(pTHX_ PerlInterpreter *proto, CLONE_PARAMS *param)
|
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/ |
H A D | Embed.t | 158 PerlInterpreter *my_perl;
|
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
H A D | perlembed.pod | 98 "run", and deallocate a I<PerlInterpreter> object, which is defined by 182 static PerlInterpreter *my_perl; /*** The Perl interpreter ***/ 239 static PerlInterpreter *my_perl; 312 static PerlInterpreter *my_perl; 399 static PerlInterpreter *my_perl; 613 static PerlInterpreter *my_perl; 778 static PerlInterpreter *my_perl = NULL; 920 PerlInterpreter *one_perl, *two_perl;
|
H A D | perlapi.pod | 544 PerlInterpreter* perl_clone(PerlInterpreter* interp, UV flags) 636 PerlInterpreter* perl_alloc() 645 void perl_construct(PerlInterpreter* interp) 654 int perl_destruct(PerlInterpreter* interp) 663 void perl_free(PerlInterpreter* interp) 672 int perl_parse(PerlInterpreter* interp, XSINIT_t xsinit, int argc, char** argv, char** env) 681 int perl_run(PerlInterpreter* interp)
|
H A D | perlintern.pod | 113 void PAD_CLONE_VARS(PerlInterpreter *proto_perl \)
|
H A D | perlhack.pod | 687 my_perl = (PerlInterpreter*)PerlMem_malloc(sizeof(PerlInterpreter));
|
/onnv-gate/usr/src/cmd/perl/5.8.4/utils/port/ |
H A D | flist_5.8.4_s10.csv | 1526 "jpl/PerlInterpreter","Makefile.PL","X",,,"skip" 1527 "jpl/PerlInterpreter","PerlInterpreter.c","X",,,"skip" 1528 "jpl/PerlInterpreter","PerlInterpreter.h","X",,,"skip" 1529 "jpl/PerlInterpreter","PerlInterpreter.java","X",,,"skip"
|
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/ |
H A D | Storable.xs | 993 PerlInterpreter *orig_perl = PERL_GET_CONTEXT; \
|