Searched refs:REXEC_COPY_STR (Results 1 – 5 of 5) sorted by relevance
720 #define REXEC_COPY_STR 0x01 /* Need to copy the string for captures. */ macro
3811 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()
864 nosave ? 0 : REXEC_COPY_STR); in Perl_pregexec()3512 if (flags & REXEC_COPY_STR) { in S_reg_set_capture_string()
903 In the presence of the C<REXEC_COPY_STR> flag, but with the addition of915 =for apidoc_item ||REXEC_COPY_STR
584 REXEC_COPY_STR # Z added by devel/scanprov