Lines Matching refs:PL_debug
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)
3008 # define DEBUG_x_TEST_ (PL_debug & DEBUG_x_FLAG)
3009 # define DEBUG_u_TEST_ (PL_debug & DEBUG_u_FLAG)
3010 # define DEBUG_H_TEST_ (PL_debug & DEBUG_H_FLAG)
3011 # define DEBUG_X_TEST_ (PL_debug & DEBUG_X_FLAG)
3012 # define DEBUG_D_TEST_ (PL_debug & DEBUG_D_FLAG)
3013 # define DEBUG_S_TEST_ (PL_debug & DEBUG_S_FLAG)
3014 # define DEBUG_T_TEST_ (PL_debug & DEBUG_T_FLAG)
3015 # define DEBUG_R_TEST_ (PL_debug & DEBUG_R_FLAG)
3016 # define DEBUG_J_TEST_ (PL_debug & DEBUG_J_FLAG)
3017 # define DEBUG_v_TEST_ (PL_debug & DEBUG_v_FLAG)
3049 # define PERL_DEBUG(a) if (PL_debug) a
3062 …if (PERL_GET_INTERP) { dTHX; if (DEBUG_m_TEST) {PL_debug&=~DEBUG_m_FLAG; a; PL_debug|=DEBUG_m_FLAG…