Home
last modified time | relevance | path

Searched refs:parno_to_logical (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dregcomp_debug.c649 if (prog->parno_to_logical) in Perl_regprop()
650 logical_parno = prog->parno_to_logical[parno]; in Perl_regprop()
683 if (prog->parno_to_logical) in Perl_regprop()
684 logical_parno = prog->parno_to_logical[parno]; in Perl_regprop()
711 IV logical_parno = (parno && prog->parno_to_logical) in Perl_regprop()
712 ? prog->parno_to_logical[parno] in Perl_regprop()
H A Dregexp.h159 I32 *parno_to_logical; /* map every physical parno to logical */ member
640 # define RXp_PARNO_TO_LOGICAL(prog) ((prog)->parno_to_logical)
H A Dmg.c1153 I32 *parno_to_logical = RX_PARNO_TO_LOGICAL(rx); in Perl_magic_get() local
1154 if (parno_to_logical) in Perl_magic_get()
1155 paren = parno_to_logical[paren]; in Perl_magic_get()
1164 I32 *parno_to_logical = RX_PARNO_TO_LOGICAL(rx); in Perl_magic_get() local
1165 if (parno_to_logical) in Perl_magic_get()
1166 paren = parno_to_logical[paren]; in Perl_magic_get()
H A Dregcomp_internal.h110 I32 *parno_to_logical; /* parno to logical_parno */ member
220 #define RExC_parno_to_logical (pRExC_state->parno_to_logical)
H A Dregcomp.c2392 RExC_rx->parno_to_logical = RExC_parno_to_logical; in Perl_re_op_compile()
2399 RExC_rx->parno_to_logical = NULL; in Perl_re_op_compile()
13244 Safefree(r->parno_to_logical); in Perl_pregfree2()
13369 NewCopy(srx->parno_to_logical, in Perl_reg_temp_copy()
13370 drx->parno_to_logical, in Perl_reg_temp_copy()
13377 drx->parno_to_logical = NULL; in Perl_reg_temp_copy()
13619 … ret->parno_to_logical = (I32*)SAVEPVN((char*)(r->parno_to_logical), (1+r->nparens) * sizeof(I32)); in Perl_re_dup_guts()
13623 ret->parno_to_logical = NULL; in Perl_re_dup_guts()
H A Ddump.c2640 PTR2UV(r->parno_to_logical)); in Perl_do_sv_dump()
2641 if (r->parno_to_logical) { in Perl_do_sv_dump()
2642 SV_SET_STRINGIFY_I32_PAREN_ARRAY(d, r->nparens, r->parno_to_logical); in Perl_do_sv_dump()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlreapi.pod664 I32 *parno_to_logical; /* map every physical parno to logical */
799 =head2 C<logical_to_parno>, C<parno_to_logical>, C<parno_to_logical_next>
804 capture buffer. C<parno_to_logical> is an array whose Kth element