Home
last modified time | relevance | path

Searched refs:orig_rx_flags (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dregexp.h313 bool *is_bare_re, U32 orig_rx_flags, U32 pm_flags);
Dregcomp.c1387 bool *is_bare_re, const U32 orig_rx_flags, const U32 pm_flags) in Perl_re_op_compile() argument
1406 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()
Dproto.h3627 Perl_re_compile(pTHX_ SV * const pattern, U32 orig_rx_flags);
Dembed.fnc2607 |U32 orig_rx_flags
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dembed.fnc1985 Ap |REGEXP*|re_compile |NN SV * const pattern|U32 orig_rx_flags