Searched refs:RX_PRELEN (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5010001 | 98 RX_PRELEN # Z added by devel/scanprov
|
/openbsd/gnu/usr.bin/perl/ext/B/ |
H A D | B.xs | 1005 sv_setpvn(ret, RX_PRECOMP(rx), RX_PRELEN(rx)); 1637 PUSHs(newSVpvn_flags(RX_PRECOMP(sv), RX_PRELEN(sv), SVs_TEMP)); 1849 rx ? RX_PRELEN(rx) : 0, SVs_TEMP));
|
/openbsd/gnu/usr.bin/perl/ |
H A D | regexp.h | 616 # define RX_PRELEN(rx_sv) (RX_WRAPLEN(rx_sv) \ macro
|
H A D | universal.c | 1110 pattern = newSVpvn_flags(RX_PRECOMP(re),RX_PRELEN(re), in XS()
|
H A D | pp_hot.c | 3767 if (!RX_PRELEN(rx) && PL_curpm && !prog->mother_re) { in PP() 5313 if (!RX_PRELEN(rx) && PL_curpm && !prog->mother_re) { in PP()
|
H A D | dump.c | 915 ch,(int)RX_PRELEN(PM_GETRE(pm)), RX_PRECOMP(PM_GETRE(pm)), ch); in S_do_pmop_dump_bar()
|
H A D | regcomp.c | 1582 && RX_PRELEN(old_re) == plen in Perl_re_op_compile() 13427 dsv, RX_PRECOMP(rx), RX_PRELEN(rx), PL_dump_re_max_len); in Perl_regfree_internal()
|
H A D | pp_ctl.c | 175 if (!RX_PRELEN(PM_GETRE(pm)) && PL_curpm) { in PP()
|
H A D | op.c | 7697 || !RX_PRELEN(PM_GETRE(pm)) in Perl_pmruntime() 14063 ? newSVpvn_flags( RX_PRECOMP_const(re), RX_PRELEN(re), in Perl_ck_join()
|
H A D | regexec.c | 4487 RX_PRECOMP_const(prog), RX_PRELEN(prog), PL_dump_re_max_len); in S_debug_start_match()
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlreapi.pod | 862 =head2 C<RX_PRECOMP> C<RX_PRELEN> 865 was compiled and C<RX_PRELEN> its length. When a new pattern is to be 867 checks if the last compiled C<REGEXP>'s C<RX_PRECOMP> and C<RX_PRELEN>
|