Searched refs:PL_debug (Results 1 – 10 of 10) sorted by relevance
45 PL_debug &= ~DEBUG_r_FLAG; in uninstall()58 oldflag = PL_debug & DEBUG_r_FLAG; in install()59 PL_debug |= DEBUG_r_FLAG; in install()
2998 # define DEBUG_p_TEST_ (PL_debug & DEBUG_p_FLAG)2999 # define DEBUG_s_TEST_ (PL_debug & DEBUG_s_FLAG)3000 # define DEBUG_l_TEST_ (PL_debug & DEBUG_l_FLAG)3001 # define DEBUG_t_TEST_ (PL_debug & DEBUG_t_FLAG)3002 # define DEBUG_o_TEST_ (PL_debug & DEBUG_o_FLAG)3003 # define DEBUG_c_TEST_ (PL_debug & DEBUG_c_FLAG)3004 # define DEBUG_P_TEST_ (PL_debug & DEBUG_P_FLAG)3005 # define DEBUG_m_TEST_ (PL_debug & DEBUG_m_FLAG)3006 # define DEBUG_f_TEST_ (PL_debug & DEBUG_f_FLAG)3007 # define DEBUG_r_TEST_ (PL_debug & DEBUG_r_FLAG)[all …]
244 #define PL_debug (PERL_GET_INTERP->Idebug) macro569 #define PL_debug (vTHX->Idebug) macro897 #define PL_Idebug PL_debug
224 #undef PL_debug225 #define PL_debug (*Perl_Idebug_ptr(aTHX))
605 sv_setiv(sv, (IV)(PL_debug & DEBUG_MASK)); in Perl_magic_get()2115 PL_debug = get_debug_opts_flags((char **)&s, 0) | DEBUG_TOP_FLAG; in Perl_magic_set()2118 PL_debug = (SvIOK(sv) ? SvIVX(sv) : sv_2iv(sv)) | DEBUG_TOP_FLAG; in Perl_magic_set()
466 PL_debug &= ~DEBUG_m_FLAG; \468 PL_debug |= DEBUG_m_FLAG; \
1656 if (CvDEPTH(cv) >= 1 && !(PL_debug & DEBUG_DB_RECURSE_FLAG)) in PP()1663 SAVEI32(PL_debug); in PP()1665 PL_debug = 0; in PP()
1318 PL_debug = 0; in perl_destruct()3129 PL_debug = get_debug_opts_flags( &s, 1) | DEBUG_TOP_FLAG;
1440 if (PL_debug) { in Perl_runops_debug()
11000 PL_debug = proto_perl->Idebug; in perl_clone_using()