Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/ext/re/
Dre_top.h12 #define Perl_regexec_flags my_regexec macro
Dre.xs91 Perl_regexec_flags,
/openbsd/src/gnu/usr.bin/perl/
Dregcomp.h1113 Perl_regexec_flags,
Dpp_hot.c3686 if ( LIKELY(prog->engine->exec == &Perl_regexec_flags) in S_should_we_output_Debug_r()
Dembed.h534 # define regexec_flags(a,b,c,d,e,f,g,h) Perl_regexec_flags(aTHX_ a,b,c,d,e,f,g,h)
Dregexec.c3661 Perl_regexec_flags(pTHX_ REGEXP * const rx, char *stringarg, char *strend, in Perl_regexec_flags() function
Dproto.h3786 Perl_regexec_flags(pTHX_ REGEXP * const rx, char *stringarg, char *strend, char *strbeg, SSize_t mi…
/openbsd/src/gnu/usr.bin/perl/pod/
Dperl5200delta.pod2435 C<Perl_regexec_flags>. Previously intuit would try to guess the start of
2441 The signature of the C<Perl_regexec_flags()> regex function has