Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dregexec.c8132 REGEXP *re_sv; in S_regmatch() local
8148 re_sv = rex_sv; in S_regmatch()
8370 re_sv = NULL; in S_regmatch()
8390 re_sv = (REGEXP*) sv; in S_regmatch()
8394 re_sv = (REGEXP *) mg->mg_obj; in S_regmatch()
8429 if (re_sv) { in S_regmatch()
8430 re_sv = reg_temp_copy(NULL, re_sv); in S_regmatch()
8464 SAVEFREESV(re_sv); in S_regmatch()
8465 re = ReANY(re_sv); in S_regmatch()
8476 debug_start_match(re_sv, utf8_target, locinput, in S_regmatch()
[all …]