Home
last modified time | relevance | path

Searched defs:my_perl (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/win32/
H A Dperllib.c115 PerlInterpreter *my_perl = NULL; in perl_alloc_override() local
140 PerlInterpreter* my_perl = NULL; in perl_alloc() local
175 PerlInterpreter *my_perl, *new_perl = NULL; in RunPerl() local
H A Dperlhost.h1698 PerlInterpreter *my_perl = (PerlInterpreter*)arg; win32_start_child() local
/openbsd-src/gnu/usr.bin/perl/
H A Dminiperlmain.c61 static PerlInterpreter *my_perl; variable
H A Dperl.c75 S_init_tls_and_interp(PerlInterpreter * my_perl) S_init_tls_and_interp() argument
175 PerlInterpreter *my_perl; perl_alloc_using() local
210 PerlInterpreter *my_perl = (PerlInterpreter*)PerlMem_calloc(1, sizeof(PerlInterpreter)); perl_alloc() local
[all...]
H A Dperl.h8025 MY_CXT_INIT_INTERP(my_perl) global() argument
8034 dMY_CXT_INTERP(my_perl) global() argument
8062 dMY_CXT_INTERP(my_perl) global() argument
[all...]
H A Dsv.c15573 PerlInterpreter * const my_perl = (PerlInterpreter*)(*ipM->pMalloc)(ipM, sizeof(PerlInterpreter)); global() local
[all...]
/openbsd-src/gnu/usr.bin/perl/amigaos4/
H A Damigaio.h40 PerlInterpreter *my_perl; member
H A Damigaio.c398 PerlInterpreter *my_perl = in amigaos4_start_child() local
811 register PerlInterpreter *my_perl; in amigaos_system_child() local
/openbsd-src/gnu/usr.bin/perl/os2/
H A Dperlrexx.c32 static PerlInterpreter *my_perl; variable