Searched refs:newAVhv (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/t/ |
| D | newAV.t | 28 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/ |
| D | APItest.xs | 4673 newAVhv(HV *hv) 4675 RETVAL = newRV_noinc((SV *)newAVhv(hv));
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perl5380delta.pod | 1808 Add C<newAVhv()> to create an AV using keys and values from an existing HV.
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | embed.h | 388 # define newAVhv(a) Perl_newAVhv(aTHX_ a) macro
|
| D | embed.fnc | 2131 ARdp |AV * |newAVhv |NULLOK HV *ohv
|