Home
last modified time | relevance | path

Searched refs:fbm_compile (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D50050004 fbm_compile # E (Perl_fbm_compile)
/openbsd/gnu/usr.bin/perl/
H A Dregexec.c11374 fbm_compile(sv, FBMcf_TAIL); in S_to_utf8_substr()
11376 fbm_compile(sv, 0); in S_to_utf8_substr()
11407 fbm_compile(sv, FBMcf_TAIL); in S_to_byte_substr()
11409 fbm_compile(sv, 0); in S_to_byte_substr()
H A Dembed.h226 # define fbm_compile(a,b) Perl_fbm_compile(aTHX_ a,b) macro
H A Dregcomp.c1121 fbm_compile(sub->str, t ? FBMcf_TAIL : 0); in S_setup_longest()
H A Dop.c13143 if (SvOK(sv)) fbm_compile(sv, 0); in Perl_ck_index()
H A Dembed.fnc1128 Adp |void |fbm_compile |NN SV *sv \
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D500500079 fbm_compile # E (Perl_fbm_compile)
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc911 Apd |void |fbm_compile |NN SV* sv|U32 flags