Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/t/
DnewAV.t28 is_deeply newAVhv($plain_hv), [key => "value"], 'newAVhv on plain hash';
30 newAVhv($plain_hv)->[1] .= "X";
33 is_deeply [ sort +newAVhv({a => 1, b => 2, c => 3})->@* ], [ 1, 2, 3, "a", "b", "c" ],
46 is_deeply newAVhv(\%tied_hv), [k => "v"], 'newAVhv on tied hash';
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
DAPItest.xs4673 newAVhv(HV *hv)
4675 RETVAL = newRV_noinc((SV *)newAVhv(hv));
/openbsd/src/gnu/usr.bin/perl/pod/
Dperl5380delta.pod1808 Add C<newAVhv()> to create an AV using keys and values from an existing HV.
/openbsd/src/gnu/usr.bin/perl/
Dembed.h388 # define newAVhv(a) Perl_newAVhv(aTHX_ a) macro
Dembed.fnc2131 ARdp |AV * |newAVhv |NULLOK HV *ohv