Home
last modified time | relevance | path

Searched refs:MBOL (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/
H A Dregnodes.h176 #define MBOL 3 /* 0x03 Same, assuming macro
H A Dregcomp.sym57 MBOL BOL, no ; Same, assuming multiline: /^/m
H A Dregcomp.c1999 RExC_rx->intflags |= (OP(first) == MBOL in Perl_re_op_compile()
2323 if (fop == NOTHING || fop == MBOL || fop == SBOL || fop == PLUS) { in Perl_re_op_compile()
2332 else if ((fop == MBOL || (fop == SBOL && !FLAGS(first))) && nop == END) in Perl_re_op_compile()
5571 ret = reg_node(pRExC_state, MBOL); in S_regatom()
5669 ret = reg_node(pRExC_state, MBOL); in S_regatom()
H A Dregexec.c3930 * or with MBOL, only at the beginning of each line. in Perl_regexec_flags()
3932 * Note that /.*.../ sets PREGf_IMPLICIT|MBOL, while /.*.../s sets in Perl_regexec_flags()
6587 case MBOL: /* /^../m */ in S_regmatch()
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperldebguts.pod538 being C<SBOL>, C<MBOL>, or C<GPOS>. See the table below.
574 MBOL no Same, assuming multiline: /^/m
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5003007887 MBOL # Z added by devel/scanprov