Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/pod/
Dperlreapi.pod176 =item RXf_SPLIT
179 solely in the parser. RXf_SPLIT is still #defined, so you can test for it.
187 if (flags & RXf_SPLIT && r->prelen == 1 && r->precomp[0] == ' ')
198 =for apidoc_item RXf_SPLIT
/openbsd/src/gnu/usr.bin/perl/
Dregexp.h481 # define RXf_SPLIT RXf_PMf_SPLIT macro
Dregcomp.c1496 orig_rx_flags & RXf_SPLIT ? " for split" : "")); in Perl_re_op_compile()
1524 orig_rx_flags & RXf_SPLIT ? " for split" : "")); in Perl_re_op_compile()
1601 if (rx_flags & RXf_SPLIT) in Perl_re_op_compile()
2343 else if ( RExC_rx->extflags & RXf_SPLIT in Perl_re_op_compile()
Ddump.c1828 {RXf_SPLIT, "SPLIT,"},
Dop.c7477 rx_flags |= RXf_SPLIT; in Perl_pmruntime()
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D5009005238 RXf_SPLIT # Z added by devel/scanprov