Lines Matching defs:perl
67 #include <perl.h>
85 * it properly and link against a perl compiled with multiplicity. */
91 PerlInterpreter *perl;
158 PerlInterpreter *my_perl = cd->perl;
162 PERL_SET_CONTEXT(cd->perl);
258 PerlInterpreter *my_perl = cd->perl;
262 PERL_SET_CONTEXT(cd->perl);
327 PerlInterpreter *my_perl = cd->perl;
338 PERL_SET_CONTEXT(cd->perl);
405 PerlInterpreter *my_perl = cd->perl;
414 PERL_SET_CONTEXT(cd->perl);
532 char *perlrun[] = { "", NULL, "dlz perl", NULL };
591 cd->perl = perl_alloc();
592 if (cd->perl == NULL) {
597 my_perl = cd->perl;
599 PERL_SET_CONTEXT(cd->perl);
607 perl_construct(cd->perl);
619 if (perl_parse(cd->perl, xs_init, 3, perlrun, (char **)NULL)) {
636 if (perl_run(cd->perl)) {
702 global_perl = cd->perl;
708 perl_destruct(cd->perl);
709 perl_free(cd->perl);
718 PerlInterpreter *my_perl = cd->perl;
726 PERL_SET_CONTEXT(cd->perl);
728 perl_destruct(cd->perl);
729 perl_free(cd->perl);