Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D5009005207 reg_temp_copy # F added by devel/scanprov
/openbsd/src/gnu/usr.bin/perl/
Dpp_hot.c3632 SvRV_set(rv, MUTABLE_SV(reg_temp_copy(NULL, rx))); in PP()
Dpp_ctl.c157 tmp = reg_temp_copy(NULL, new_re); in PP()
Dembed.h1759 # define reg_temp_copy(a,b) Perl_reg_temp_copy(aTHX_ a,b) macro
Dregexec.c8430 re_sv = reg_temp_copy(NULL, re_sv); in S_regmatch()
Dsv.c4542 reg_temp_copy((REGEXP*)dsv, (REGEXP*)ssv);
Dembed.fnc2722 EXp |REGEXP *|reg_temp_copy |NULLOK REGEXP *dsv \
/openbsd/src/gnu/usr.bin/perl/pod/
Dperl5120delta.pod2368 in the optree, use reg_temp_copy() to create a copy of it, and return a
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dembed.fnc1972 EXp |REGEXP*|reg_temp_copy |NULLOK REGEXP* dsv|NN REGEXP* ssv