Home
last modified time | relevance | path

Searched refs:lastcloseparen (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dregexp.h185 U32 lastcloseparen; /* last close paren matched ($^N) */ member
656 # define RXp_LASTCLOSEPAREN(prog) ((prog)->lastcloseparen)
932 U32 lastcloseparen; member
944 U32 lastcloseparen; member
957 U32 lastcloseparen; member
1047 U32 lastcloseparen; member
1061 U32 lastcloseparen; member
Dregexec.c6886 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()
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlreapi.pod689 U32 lastcloseparen; /* last close paren matched ($^N) */
825 =head2 C<lastparen>, and C<lastcloseparen>
Dperl5300delta.pod733 Improve docs for lastparen, lastcloseparen.