diff options
author | Yves Orton <demerphq@gmail.com> | 2006-10-09 22:36:20 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-10-10 13:13:18 +0000 |
commit | 894be9b73be0493c898492f5cfad130c681ee44d (patch) | |
tree | 556ef209a1ccfa2e8d3ef32487b9fa480ae1078e /proto.h | |
parent | 6e8dae779caa61392088d43ba93888dc57f1df7e (diff) | |
download | perl-894be9b73be0493c898492f5cfad130c681ee44d.tar.gz |
Regexp Recurse by name.
Message-ID: <9b18b3110610091136g48e5b154tf16d00d38e80a6dc@mail.gmail.com>
(with doc nits)
p4raw-id: //depot/perl@28981
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3586,6 +3586,9 @@ STATIC void S_regtail(pTHX_ struct RExC_state_t *state, regnode *p, const regnod __attribute__nonnull__(pTHX_2) __attribute__nonnull__(pTHX_3); +STATIC SV * S_reg_scan_name(pTHX_ struct RExC_state_t *state, U32 flags) + __attribute__nonnull__(pTHX_1); + STATIC U32 S_join_exact(pTHX_ struct RExC_state_t *state, regnode *scan, I32 *min, U32 flags, regnode *val, U32 depth) __attribute__nonnull__(pTHX_1) __attribute__nonnull__(pTHX_2) |