Searched refs:PERL_DEBUG_PAD (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/ |
| D | perl.c | 338 SvPVCLEAR(PERL_DEBUG_PAD(0)); /* For regex debugging. */ in perl_construct() 339 SvPVCLEAR(PERL_DEBUG_PAD(1)); /* ext/re needs these */ in perl_construct() 340 SvPVCLEAR(PERL_DEBUG_PAD(2)); /* even without DEBUGGING. */ in perl_construct() 1405 SvREFCNT(PERL_DEBUG_PAD(i)) = 0; in perl_destruct() 1406 sv_clear(PERL_DEBUG_PAD(i)); in perl_destruct() 1407 SvANY(PERL_DEBUG_PAD(i)) = NULL; in perl_destruct() 1408 SvFLAGS(PERL_DEBUG_PAD(i)) = 0; in perl_destruct()
|
| D | perl.h | 6027 #define PERL_DEBUG_PAD(i) &(PL_debug_pad.pad[i]) macro 6028 #define PERL_DEBUG_PAD_ZERO(i) (SvPVX(PERL_DEBUG_PAD(i))[0] = 0, \ 6029 (((XPV*) SvANY(PERL_DEBUG_PAD(i)))->xpv_cur = 0), \ 6030 PERL_DEBUG_PAD(i))
|
| D | regexec.c | 4551 RE_PV_COLOR_DECL(s0,len0,is_uni,PERL_DEBUG_PAD(0), in S_dump_exec_pos() 4554 RE_PV_COLOR_DECL(s1,len1,is_uni,PERL_DEBUG_PAD(1), in S_dump_exec_pos() 4558 RE_PV_COLOR_DECL(s2,len2,is_uni,PERL_DEBUG_PAD(2), in S_dump_exec_pos()
|
| D | sv.c | 15990 SvPVCLEAR(PERL_DEBUG_PAD(0)); /* For regex debugging. */ 15991 SvPVCLEAR(PERL_DEBUG_PAD(1)); /* ext/re needs these */ 15992 SvPVCLEAR(PERL_DEBUG_PAD(2)); /* even without DEBUGGING. */
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| D | 5007003 | 61 PERL_DEBUG_PAD # Z added by devel/scanprov
|