Searched refs:MBOL (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | regnodes.h | 176 #define MBOL 3 /* 0x03 Same, assuming macro
|
| H A D | regcomp.sym | 57 MBOL BOL, no ; Same, assuming multiline: /^/m
|
| H A D | regcomp.c | 1999 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 D | regexec.c | 3930 * 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 D | perldebguts.pod | 538 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 D | 5003007 | 887 MBOL # Z added by devel/scanprov
|