Home
last modified time | relevance | path

Searched refs:PerlInterpreter (Results 1 – 17 of 17) sorted by relevance

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlvars.h26 PERLVAR(Gcurinterp, PerlInterpreter *)
H A Dminiperlmain.c30 static PerlInterpreter *my_perl;
H A Dperlio.h112 extern void PerlIO_clone(pTHX_ PerlInterpreter *proto, CLONE_PARAMS *param);
H A Dproto.h21 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 Dperl.c156 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 Dthrdvar.h31 PERLVAR(interp, PerlInterpreter*) /* thread owner */
H A Dperl.h114 # 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 Dsv.c10303 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 Dsv.h1255 PerlInterpreter *proto_perl;
H A Dperlio.c629 PerlIO_clone(pTHX_ PerlInterpreter *proto, CLONE_PARAMS *param)
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DEmbed.t158 PerlInterpreter *my_perl;
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperlembed.pod98 "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 Dperlapi.pod544 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 Dperlintern.pod113 void PAD_CLONE_VARS(PerlInterpreter *proto_perl \)
H A Dperlhack.pod687 my_perl = (PerlInterpreter*)PerlMem_malloc(sizeof(PerlInterpreter));
/onnv-gate/usr/src/cmd/perl/5.8.4/utils/port/
H A Dflist_5.8.4_s10.csv1526 "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 DStorable.xs993 PerlInterpreter *orig_perl = PERL_GET_CONTEXT; \