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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregexp.h114 #define REXEC_IGNOREPOS 0x08 /* \G matches at start. */ macro
H A Dpp_hot.c1286 r_flags |= REXEC_IGNOREPOS;
1388 r_flags |= REXEC_IGNOREPOS | REXEC_NOT_FIRST;
2158 REXEC_NOT_FIRST|REXEC_IGNOREPOS));
2203 r_flags |= REXEC_IGNOREPOS | REXEC_NOT_FIRST;
H A Dpp_ctl.c185 ? (REXEC_IGNOREPOS|REXEC_NOT_FIRST)
186 : (REXEC_COPY_STR|REXEC_IGNOREPOS|REXEC_NOT_FIRST))))
H A Dregexec.c1684 if (flags & REXEC_IGNOREPOS) /* Means: check only at start */

Completed in 38 milliseconds