Home
last modified time | relevance | path

Searched refs:PL_debug (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dperl.h4857 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 …]
Dperl.c1506 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()
Dembedvar.h85 # define PL_debug (vTHX->Idebug) macro
Dmalloc.c283 PL_debug &= ~DEBUG_m_FLAG; \
285 PL_debug |= DEBUG_m_FLAG; \
Dmg.c927 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()
Dpp_ctl.c2384 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()
Ddump.c2841 if (PL_debug) { in Perl_runops_debug()
Dregcomp.c14120 SAVEI32(PL_debug); in S_execute_wildcard()
14121 PL_debug &= ~ DEBUG_r_FLAG; in S_execute_wildcard()
Dsv.c15722 PL_debug = proto_perl->Idebug;
16332 if (PL_debug && PL_watchaddr) {
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D5005000418 PL_debug # Z added by devel/scanprov