Searched refs:PREGf_SKIP (Results 1 – 7 of 7) sorted by relevance
220 hv_stores(hv, "skip", newSVbool_(r->intflags & PREGf_SKIP));
170 PREGf_SKIP # Z added by devel/scanprov
151 #define PREGf_SKIP 0x00000001 macro
461 if (r->intflags & PREGf_SKIP) in Perl_regdump()
2029 RExC_rx->intflags |= PREGf_SKIP; in Perl_re_op_compile()2161 RExC_rx->intflags &= ~PREGf_SKIP; /* Used in find_byclass(). */ in Perl_re_op_compile()2245 RExC_rx->intflags &= ~PREGf_SKIP; /* Used in find_byclass(). */ in Perl_re_op_compile()
1842 {PREGf_SKIP, "SKIP,"},
2268 const I32 doevery = (prog->intflags & PREGf_SKIP) == 0; in S_find_byclass()3990 if ((prog->anchored_substr || prog->anchored_utf8) && prog->intflags & PREGf_SKIP) { in Perl_regexec_flags()