Searched refs:RXf_SPLIT (Results 1 – 6 of 6) sorted by relevance
176 =item RXf_SPLIT179 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
481 # define RXf_SPLIT RXf_PMf_SPLIT macro
1496 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()
1828 {RXf_SPLIT, "SPLIT,"},
7477 rx_flags |= RXf_SPLIT; in Perl_pmruntime()
238 RXf_SPLIT # Z added by devel/scanprov