Home
last modified time | relevance | path

Searched refs:RXp_MINLENRET (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D502700321 RXp_MINLENRET # Z added by devel/scanprov
/openbsd/gnu/usr.bin/perl/
H A Dregexp.h650 # define RXp_MINLENRET(prog) ((prog)->minlenret) macro
651 # define RX_MINLENRET(rx_sv) (RXp_MINLENRET(ReANY(rx_sv)))
H A Ddump.c2661 (IV)(RXp_MINLENRET(r))); in Perl_do_sv_dump()
H A Dpp_hot.c5382 && (SSize_t)clen <= RXp_MINLENRET(prog) in PP()