Home
last modified time | relevance | path

Searched refs:PL_doextract (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dperl.c963 PL_doextract = FALSE; in perl_destruct()
1957 PL_doextract = TRUE;
2090 if (PL_doextract || gMacPerl_AlwaysExtract) {
2092 if (PL_doextract) {
3670 if( PL_doextract )
3680 PL_doextract = FALSE;
4265 while (PL_doextract || gMacPerl_AlwaysExtract) {
4270 if (PL_doextract) /* require explicit override ? */
4274 PL_doextract = FALSE;
4282 while (PL_doextract) {
[all …]
Dembedvar.h249 #define PL_doextract (PERL_GET_INTERP->Idoextract) macro
574 #define PL_doextract (vTHX->Idoextract) macro
902 #define PL_Idoextract PL_doextract
Dperlapi.h234 #undef PL_doextract
235 #define PL_doextract (*Perl_Idoextract_ptr(aTHX))
Dtoke.c634 PL_doextract = FALSE; in Perl_lex_end()
2728 PL_doextract = FALSE;
2779 if (PL_doextract) {
2786 PL_doextract = FALSE;
2790 } while (PL_doextract);
3610 PL_doextract = TRUE;
Dsv.c11097 PL_doextract = proto_perl->Idoextract; in perl_clone_using()