Home
last modified time | relevance | path

Searched refs:PREGf_ANCH_SBOL (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D501900921 PREGf_ANCH_SBOL # Z added by devel/scanprov
/openbsd/gnu/usr.bin/perl/ext/re/
H A Dre.xs217 hv_stores(hv, "anchor SBOL", newSVbool_(r->intflags & PREGf_ANCH_SBOL));
/openbsd/gnu/usr.bin/perl/
H A Dregcomp.h164 #define PREGf_ANCH_SBOL 0x00000800 macro
170 ( PREGf_ANCH_SBOL | PREGf_ANCH_GPOS | PREGf_ANCH_MBOL )
H A Dregcomp_debug.c453 if (r->intflags & PREGf_ANCH_SBOL) in Perl_regdump()
H A Dregcomp.c2001 : PREGf_ANCH_SBOL); in Perl_re_op_compile()
2020 : PREGf_ANCH_SBOL; in Perl_re_op_compile()
2179 if (!i && (RExC_rx->intflags & (PREGf_ANCH_SBOL|PREGf_ANCH_GPOS))) in Perl_re_op_compile()
H A Ddump.c1852 {PREGf_ANCH_SBOL, "ANCH_SBOL,"},
H A Dregexec.c1073 && (prog->intflags & PREGf_ANCH_SBOL)) in Perl_re_intuit_start()