Searched refs:rx_flags (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/usr.bin/perl/ext/re/ |
H A D | re.xs | 22 bool *is_bare_re, U32 rx_flags, U32 pm_flags);
|
/openbsd/sys/dev/pci/ |
H A D | if_txpreg.h | 254 volatile u_int8_t rx_flags; /* type/descriptor flags */ member
|
H A D | if_vic.c | 149 u_int16_t rx_flags; member
|
H A D | if_nxe.c | 612 u_int16_t rx_flags; member
|
H A D | if_txp.c | 611 if (rxd->rx_flags & RX_FLAGS_ERROR) { in txp_rx_reclaim()
|
/openbsd/gnu/usr.bin/perl/ |
H A D | regcomp.c | 471 Perl_re_compile(pTHX_ SV * const pattern, U32 rx_flags) in Perl_re_compile() argument 483 NULL, NULL, rx_flags, 0); in Perl_re_compile() 1280 U32 rx_flags; in Perl_re_op_compile() local 1496 rx_flags = orig_rx_flags; in Perl_re_op_compile() 1504 set_regex_charset(&rx_flags, REGEX_UNICODE_CHARSET); in Perl_re_op_compile() 1592 RExC_rx->extflags = rx_flags; in Perl_re_op_compile() 1604 RExC_flags = rx_flags; /* don't let top level (?i) bleed */ in Perl_re_op_compile() 13939 U32 rx_flags; in S_compile_wildcard() local 13952 rx_flags = flags & RXf_PMf_COMPILETIME; in S_compile_wildcard() 13960 rx_flags, flags); in S_compile_wildcard() [all …]
|
H A D | op.c | 7342 U32 rx_flags = pm->op_pmflags & RXf_PMf_COMPILETIME; in Perl_pmruntime() local 7348 rx_flags |= RXf_SPLIT; in Perl_pmruntime() 7395 rx_flags, pm->op_pmflags) in Perl_pmruntime() 7397 rx_flags, pm->op_pmflags) in Perl_pmruntime() 7412 rx_flags, in Perl_pmruntime()
|
H A D | proto.h | 3616 …, const regexp_engine *eng, REGEXP *old_re, bool *is_bare_re, const U32 rx_flags, const U32 pm_fla…
|
H A D | embed.fnc | 2723 |const U32 rx_flags \
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | embed.fnc | 1984 |const U32 rx_flags|const U32 pm_flags
|