Home
last modified time | relevance | path

Searched refs:rx_flags (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/usr.bin/perl/ext/re/
H A Dre.xs22 bool *is_bare_re, U32 rx_flags, U32 pm_flags);
/openbsd/sys/dev/pci/
H A Dif_txpreg.h254 volatile u_int8_t rx_flags; /* type/descriptor flags */ member
H A Dif_vic.c149 u_int16_t rx_flags; member
H A Dif_nxe.c612 u_int16_t rx_flags; member
H A Dif_txp.c611 if (rxd->rx_flags & RX_FLAGS_ERROR) { in txp_rx_reclaim()
/openbsd/gnu/usr.bin/perl/
H A Dregcomp.c472 Perl_re_compile(pTHX_ SV * const pattern, U32 rx_flags) in Perl_re_compile() argument
484 NULL, NULL, rx_flags, 0); in Perl_re_compile()
1395 U32 rx_flags; in Perl_re_op_compile() local
1600 rx_flags = orig_rx_flags; in Perl_re_op_compile()
1601 if (rx_flags & RXf_SPLIT) in Perl_re_op_compile()
1602 rx_flags &= ~(RXf_PMf_EXTENDED|RXf_PMf_EXTENDED_MORE); in Perl_re_op_compile()
1610 set_regex_charset(&rx_flags, REGEX_UNICODE_CHARSET); in Perl_re_op_compile()
1698 RExC_rx->extflags = rx_flags; in Perl_re_op_compile()
1710 RExC_flags = rx_flags; /* don't let top level (?i) bleed */ in Perl_re_op_compile()
14043 U32 rx_flags; in S_compile_wildcard() local
[all …]
H A Dop.c7471 U32 rx_flags = pm->op_pmflags & RXf_PMf_COMPILETIME; in Perl_pmruntime() local
7477 rx_flags |= RXf_SPLIT; in Perl_pmruntime()
7524 rx_flags, pm->op_pmflags) in Perl_pmruntime()
7526 rx_flags, pm->op_pmflags) in Perl_pmruntime()
7541 rx_flags, in Perl_pmruntime()
H A Dproto.h3642 …, const regexp_engine *eng, REGEXP *old_re, bool *is_bare_re, const U32 rx_flags, const U32 pm_fla…
H A Dembed.fnc2739 |const U32 rx_flags \
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc1984 |const U32 rx_flags|const U32 pm_flags