Searched refs:PL_doextract (Results 1 – 5 of 5) sorted by relevance
963 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 …]
249 #define PL_doextract (PERL_GET_INTERP->Idoextract) macro574 #define PL_doextract (vTHX->Idoextract) macro902 #define PL_Idoextract PL_doextract
234 #undef PL_doextract235 #define PL_doextract (*Perl_Idoextract_ptr(aTHX))
634 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;
11097 PL_doextract = proto_perl->Idoextract; in perl_clone_using()