Home
last modified time | relevance | path

Searched refs:REXEC_COPY_STR (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dregexp.h720 #define REXEC_COPY_STR 0x01 /* Need to copy the string for captures. */ macro
H A Dpp_hot.c3811 r_flags |= (REXEC_COPY_STR|REXEC_COPY_SKIP_PRE); in PP()
5335 ? REXEC_COPY_STR in PP()
5338 r_flags = REXEC_COPY_STR; in PP()
5384 || !(r_flags & REXEC_COPY_STR) in PP()
H A Dregexec.c864 nosave ? 0 : REXEC_COPY_STR); in Perl_pregexec()
3512 if (flags & REXEC_COPY_STR) { in S_reg_set_capture_string()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlreapi.pod903 In the presence of the C<REXEC_COPY_STR> flag, but with the addition of
915 =for apidoc_item ||REXEC_COPY_STR
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5005000584 REXEC_COPY_STR # Z added by devel/scanprov