Searched refs:REXEC_COPY_STR (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregexp.h111 #define REXEC_COPY_STR 0x01 /* Need to copy the string. */ macro
H A Dpp_hot.c1296 r_flags |= REXEC_COPY_STR;
2027 ? REXEC_COPY_STR : 0;
2078 if (c && (I32)clen <= rx->minlen && (once || !(r_flags & REXEC_COPY_STR))
H A Dpp_ctl.c184 ((cx->sb_rflags & REXEC_COPY_STR)
186 : (REXEC_COPY_STR|REXEC_IGNOREPOS|REXEC_NOT_FIRST))))
H A Dregexec.c325 nosave ? 0 : REXEC_COPY_STR);
2040 if (flags & REXEC_COPY_STR) {

Completed in 35 milliseconds