Searched refs:re_intuit_start (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlreguts.pod | 761 The two entry points are C<re_intuit_start()> and C<pregexec()>. These routines 763 and C<pregexec()> may even call C<re_intuit_start()> on its own. Nevertheless 779 C<re_intuit_start()> is responsible for handling start points and no-match 803 C<re_intuit_start()> if needed, and running the interpreter on the string 919 Special regop that is used by C<re_intuit_start()> to check if a pattern
|
| D | perl5200delta.pod | 2752 A large set of fixes and refactoring for re_intuit_start() was merged,
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| D | 5006000 | 547 re_intuit_start # F added by devel/scanprov
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | regexec.c | 3777 s = re_intuit_start(rx, sv, strbeg, startpos, strend, in Perl_regexec_flags() 3964 s = re_intuit_start(rx, sv, strbeg, s, strend, flags, NULL); in Perl_regexec_flags()
|
| D | embed.h | 521 # define re_intuit_start(a,b,c,d,e,f,g) Perl_re_intuit_start(aTHX_ a,b,c,d,e,f,g) macro
|
| D | embed.fnc | 2724 Cp |char * |re_intuit_start|NN REGEXP * const rx \
|
| /openbsd/src/gnu/usr.bin/perl/t/re/ |
| D | re_tests | 1981 # RT #123840: these used to hang in re_intuit_start
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| D | embed.fnc | 1986 Cp |char* |re_intuit_start|NN REGEXP * const rx \
|