Home
last modified time | relevance | path

Searched refs:RX_PRELEN (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D501000198 RX_PRELEN # Z added by devel/scanprov
/openbsd/gnu/usr.bin/perl/ext/B/
H A DB.xs1005 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 Dregexp.h616 # define RX_PRELEN(rx_sv) (RX_WRAPLEN(rx_sv) \ macro
H A Duniversal.c1110 pattern = newSVpvn_flags(RX_PRECOMP(re),RX_PRELEN(re), in XS()
H A Dpp_hot.c3767 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 Ddump.c915 ch,(int)RX_PRELEN(PM_GETRE(pm)), RX_PRECOMP(PM_GETRE(pm)), ch); in S_do_pmop_dump_bar()
H A Dregcomp.c1582 && 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 Dpp_ctl.c175 if (!RX_PRELEN(PM_GETRE(pm)) && PL_curpm) { in PP()
H A Dop.c7697 || !RX_PRELEN(PM_GETRE(pm)) in Perl_pmruntime()
14063 ? newSVpvn_flags( RX_PRECOMP_const(re), RX_PRELEN(re), in Perl_ck_join()
H A Dregexec.c4487 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 Dperlreapi.pod862 =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>