Searched refs:HINT_LOCALIZE_HH (Results 1 – 4 of 4) sorted by relevance
156 if (PL_hints & HINT_LOCALIZE_HH) { \
1039 if ((PL_hints & HINT_LOCALIZE_HH) && GvHV(PL_hintgv)) { in Perl_leave_scope()1044 if (PL_hints & HINT_LOCALIZE_HH) { in Perl_leave_scope()
3808 #define HINT_LOCALIZE_HH 0x00020000 /* %^H needs to be copied */ macro
8969 if (!table || !(PL_hints & HINT_LOCALIZE_HH)) {