Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dregexp.h187 char **recurse_locinput; /* used to detect infinite recursion, XXX: move to internal */ member
H A Dregexec.c3926 if (prog->recurse_locinput) in Perl_regexec_flags()
3927 Zero(prog->recurse_locinput,prog->nparens + 1, char *); in Perl_regexec_flags()
8161 if ( rex->recurse_locinput[arg] == locinput ) { in S_regmatch()
8166 ST.prev_recurse_locinput= rex->recurse_locinput[arg]; in S_regmatch()
8167 rex->recurse_locinput[arg]= locinput; in S_regmatch()
8174 depth, ST.prev_recurse_locinput, arg, rex->recurse_locinput[arg] in S_regmatch()
8541 rex->recurse_locinput[CUR_EVAL.close_paren - 1] = VAL;\ in S_regmatch()
H A Dregcomp.c2275 Newx(RExC_rx->recurse_locinput, RExC_rx->nparens + 1, char *); in Perl_re_op_compile()
13249 if (r->recurse_locinput) in Perl_pregfree2()
13250 Safefree(r->recurse_locinput); in Perl_pregfree2()
13388 if (srx->recurse_locinput) in Perl_reg_temp_copy()
13389 Newx(drx->recurse_locinput, srx->nparens + 1, char *); in Perl_reg_temp_copy()
13602 if (r->recurse_locinput) in Perl_re_dup_guts()
13603 Newx(ret->recurse_locinput, r->nparens + 1, char *); in Perl_re_dup_guts()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlreapi.pod691 char **recurse_locinput; /* used to detect infinite recursion, XXX: move to internal */