Searched refs:PL_debug (Results 1 – 10 of 10) sorted by relevance
4857 UNLIKELY((PL_debug & ((flag1)|(flag2))) \4860 # define DEBUG_p_TEST_ UNLIKELY(PL_debug & DEBUG_p_FLAG)4861 # define DEBUG_s_TEST_ UNLIKELY(PL_debug & DEBUG_s_FLAG)4862 # define DEBUG_l_TEST_ UNLIKELY(PL_debug & DEBUG_l_FLAG)4863 # define DEBUG_t_TEST_ UNLIKELY(PL_debug & DEBUG_t_FLAG)4864 # define DEBUG_o_TEST_ UNLIKELY(PL_debug & DEBUG_o_FLAG)4865 # define DEBUG_c_TEST_ UNLIKELY(PL_debug & DEBUG_c_FLAG)4866 # define DEBUG_P_TEST_ UNLIKELY(PL_debug & DEBUG_P_FLAG)4867 # define DEBUG_m_TEST_ UNLIKELY(PL_debug & DEBUG_m_FLAG)4868 # define DEBUG_f_TEST_ UNLIKELY(PL_debug & DEBUG_f_FLAG)[all …]
1506 PL_debug = 0; in perl_destruct()1576 const U32 old_debug = PL_debug; in perl_free()1582 PL_debug &= ~ DEBUG_m_FLAG; in perl_free()1589 PL_debug = old_debug; in perl_free()3771 PL_debug = get_debug_opts( (const char **)&s, 1) | DEBUG_TOP_FLAG; in Perl_moreswitches()
85 # define PL_debug (vTHX->Idebug) macro
283 PL_debug &= ~DEBUG_m_FLAG; \285 PL_debug |= DEBUG_m_FLAG; \
927 sv_setiv(sv, (IV)(PL_debug & DEBUG_MASK)); in Perl_magic_get()3060 PL_debug = get_debug_opts(&s, 0) | DEBUG_TOP_FLAG; in Perl_magic_set()3065 PL_debug = (SvIV(sv)) | DEBUG_TOP_FLAG; in Perl_magic_set()
2384 if (CvDEPTH(cv) >= 1 && !(PL_debug & DEBUG_DB_RECURSE_FLAG)) in PP()2390 SAVEI32(PL_debug); in PP()2391 PL_debug = 0; in PP()2429 SAVEI32(PL_debug); in PP()2430 PL_debug = 0; in PP()
2841 if (PL_debug) { in Perl_runops_debug()
14120 SAVEI32(PL_debug); in S_execute_wildcard()14121 PL_debug &= ~ DEBUG_r_FLAG; in S_execute_wildcard()
15722 PL_debug = proto_perl->Idebug;16332 if (PL_debug && PL_watchaddr) {
418 PL_debug # Z added by devel/scanprov