Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
D500700312 he_dup # E (Perl_he_dup)
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D500700331 he_dup # E (Perl_he_dup)
/openbsd/src/gnu/usr.bin/perl/
Dhv.c297 HeNEXT(ret) = he_dup(HeNEXT(e), FALSE, param); in Perl_he_dup()
Dsv.c14546 daux->xhv_eiter = saux->xhv_eiter ? he_dup(saux->xhv_eiter, FALSE, param) : 0;
14802 LvTARG(dsv) = MUTABLE_SV(he_dup((HE*)LvTARG(dsv), FALSE, param));
14896 ? he_dup(source, FALSE, param) : 0;
Dembed.h2172 # define he_dup(a,b,c) Perl_he_dup(aTHX_ a,b,c) macro
Dembed.fnc6185 CRp |HE * |he_dup |NULLOK const HE *e \
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dembed.fnc2814 ApR |HE* |he_dup |NULLOK const HE* e|bool shared|NN CLONE_PARAMS* param