Searched refs:lastcloseparen (Results 1 – 4 of 4) sorted by relevance
185 U32 lastcloseparen; /* last close paren matched ($^N) */ member656 # define RXp_LASTCLOSEPAREN(prog) ((prog)->lastcloseparen)932 U32 lastcloseparen; member944 U32 lastcloseparen; member957 U32 lastcloseparen; member1047 U32 lastcloseparen; member1061 U32 lastcloseparen; member
6886 UNWIND_PAREN(ST.lastparen, ST.lastcloseparen); in S_regmatch()6924 ST.lastcloseparen = RXp_LASTCLOSEPAREN(rex); in S_regmatch()9090 ST.lastcloseparen = RXp_LASTCLOSEPAREN(rex); in S_regmatch()9138 UNWIND_PAREN(ST.lastparen, ST.lastcloseparen); in S_regmatch()9173 ST.lastcloseparen = RXp_LASTCLOSEPAREN(rex); in S_regmatch()9324 UNWIND_PAREN(ST.lastparen, ST.lastcloseparen); in S_regmatch()9350 RXp_LASTCLOSEPAREN(rex) = ST.lastcloseparen; \ in S_regmatch()9371 ST.lastcloseparen = RXp_LASTCLOSEPAREN(rex); in S_regmatch()9508 UNWIND_PAREN(ST.lastparen, ST.lastcloseparen); in S_regmatch()9657 UNWIND_PAREN(ST.lastparen, ST.lastcloseparen); in S_regmatch()
689 U32 lastcloseparen; /* last close paren matched ($^N) */825 =head2 C<lastparen>, and C<lastcloseparen>
733 Improve docs for lastparen, lastcloseparen.