Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Dregexp.h114 #define REXEC_IGNOREPOS 0x08 /* \G matches at start. */ macro
Dpp_hot.c1297 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()
Dpp_ctl.c195 ? (REXEC_IGNOREPOS|REXEC_NOT_FIRST) in PP()
196 : (REXEC_COPY_STR|REXEC_IGNOREPOS|REXEC_NOT_FIRST)))) in PP()
Dregexec.c1701 if (flags & REXEC_IGNOREPOS) /* Means: check only at start */ in Perl_regexec_flags()