Searched refs:orig_rx_flags (Results 1 – 5 of 5) sorted by relevance
313 bool *is_bare_re, U32 orig_rx_flags, U32 pm_flags);
1387 bool *is_bare_re, const U32 orig_rx_flags, const U32 pm_flags) in Perl_re_op_compile() argument1406 regex_charset initial_charset = get_regex_charset(orig_rx_flags); in Perl_re_op_compile()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()1541 return CALLREGCOMP_ENG(eng, pat, orig_rx_flags); in Perl_re_op_compile()1581 && ( RX_COMPFLAGS(old_re) == ( orig_rx_flags & RXf_PMf_FLAGCOPYMASK ) ) in Perl_re_op_compile()1600 rx_flags = orig_rx_flags; in Perl_re_op_compile()1699 RXp_COMPFLAGS(RExC_rx) = orig_rx_flags & RXf_PMf_FLAGCOPYMASK; in Perl_re_op_compile()
3627 Perl_re_compile(pTHX_ SV * const pattern, U32 orig_rx_flags);
2607 |U32 orig_rx_flags
1985 Ap |REGEXP*|re_compile |NN SV * const pattern|U32 orig_rx_flags