Searched refs:REXEC_IGNOREPOS (Results 1 – 4 of 4) sorted by relevance
114 #define REXEC_IGNOREPOS 0x08 /* \G matches at start. */ macro
1297 r_flags |= REXEC_IGNOREPOS; in PP()1395 r_flags |= REXEC_IGNOREPOS | REXEC_NOT_FIRST; in PP()2182 REXEC_NOT_FIRST|REXEC_IGNOREPOS)); in PP()2226 r_flags |= REXEC_IGNOREPOS | REXEC_NOT_FIRST; in PP()
195 ? (REXEC_IGNOREPOS|REXEC_NOT_FIRST) in PP()196 : (REXEC_COPY_STR|REXEC_IGNOREPOS|REXEC_NOT_FIRST)))) in PP()
1701 if (flags & REXEC_IGNOREPOS) /* Means: check only at start */ in Perl_regexec_flags()