Searched refs:PL_debug (Results 1 – 9 of 9) 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()
2569 # define DEBUG_p_TEST_ (PL_debug & DEBUG_p_FLAG)2570 # define DEBUG_s_TEST_ (PL_debug & DEBUG_s_FLAG)2571 # define DEBUG_l_TEST_ (PL_debug & DEBUG_l_FLAG)2572 # define DEBUG_t_TEST_ (PL_debug & DEBUG_t_FLAG)2573 # define DEBUG_o_TEST_ (PL_debug & DEBUG_o_FLAG)2574 # define DEBUG_c_TEST_ (PL_debug & DEBUG_c_FLAG)2575 # define DEBUG_P_TEST_ (PL_debug & DEBUG_P_FLAG)2576 # define DEBUG_m_TEST_ (PL_debug & DEBUG_m_FLAG)2577 # define DEBUG_f_TEST_ (PL_debug & DEBUG_f_FLAG)2578 # define DEBUG_r_TEST_ (PL_debug & DEBUG_r_FLAG)[all …]
205 #undef PL_debug206 #define PL_debug (*Perl_Idebug_ptr(aTHX))
242 #define PL_debug (PERL_GET_INTERP->Idebug) macro564 #define PL_debug (vTHX->Idebug) macro889 #define PL_Idebug PL_debug
571 sv_setiv(sv, (IV)(PL_debug & DEBUG_MASK)); in Perl_magic_get()2061 PL_debug = get_debug_opts(&s) | DEBUG_TOP_FLAG; in Perl_magic_set()2064 PL_debug = (SvIOK(sv) ? SvIVX(sv) : sv_2iv(sv)) | DEBUG_TOP_FLAG; in Perl_magic_set()
1629 if (CvDEPTH(cv) >= 1 && !(PL_debug & DEBUG_DB_RECURSE_FLAG)) in PP()1636 SAVEI32(PL_debug); in PP()1638 PL_debug = 0; in PP()
1008 PL_debug = 0; in perl_destruct()2639 PL_debug = get_debug_opts(&s) | DEBUG_TOP_FLAG; in S_parse_body()
1423 if (PL_debug) { in Perl_runops_debug()
10754 PL_debug = proto_perl->Idebug; in perl_clone_using()