Lines Matching defs:my_perl
76 S_init_tls_and_interp(PerlInterpreter *my_perl)
79 PERL_SET_INTERP(my_perl);
83 PERL_SET_THX(my_perl);
101 PERL_SET_THX(my_perl);
176 PerlInterpreter *my_perl;
181 my_perl = (PerlInterpreter*)(*ipM->pCalloc)(ipM, 1, sizeof(PerlInterpreter));
182 S_init_tls_and_interp(my_perl);
192 INIT_TRACK_MEMPOOL(PL_memory_debug_header, my_perl);
194 return my_perl;
211 PerlInterpreter *my_perl = (PerlInterpreter*)PerlMem_calloc(1, sizeof(PerlInterpreter));
213 S_init_tls_and_interp(my_perl);
214 INIT_TRACK_MEMPOOL(PL_memory_debug_header, my_perl);
215 return my_perl;
237 PERL_UNUSED_ARG(my_perl);
588 C<my_perl> points to the Perl interpreter. It must have been previously
627 PERL_UNUSED_ARG(my_perl);
1704 C<my_perl> points to the Perl interpreter that is to parse the script.
1769 PERL_UNUSED_ARG(my_perl);
2718 C<my_perl> points to the Perl interpreter. It must have been previously
2767 PERL_UNUSED_ARG(my_perl);