Searched refs:Perl_regexec_flags (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/ext/re/ |
| D | re_top.h | 12 #define Perl_regexec_flags my_regexec macro
|
| D | re.xs | 91 Perl_regexec_flags,
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | regcomp.h | 1113 Perl_regexec_flags,
|
| D | pp_hot.c | 3686 if ( LIKELY(prog->engine->exec == &Perl_regexec_flags) in S_should_we_output_Debug_r()
|
| D | embed.h | 534 # define regexec_flags(a,b,c,d,e,f,g,h) Perl_regexec_flags(aTHX_ a,b,c,d,e,f,g,h)
|
| D | regexec.c | 3661 Perl_regexec_flags(pTHX_ REGEXP * const rx, char *stringarg, char *strend, in Perl_regexec_flags() function
|
| D | proto.h | 3786 Perl_regexec_flags(pTHX_ REGEXP * const rx, char *stringarg, char *strend, char *strbeg, SSize_t mi…
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perl5200delta.pod | 2435 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
|