Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
D500500011 newHVhv # U
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/t/
Dhash.t255 is join(' ', sort %{newHVhv \%h}), '1 10 2 3 4 5 6 7 8 9',
/openbsd/src/gnu/usr.bin/perl/
Dmro_core.c348 stored = MUTABLE_HV(sv_2mortal((SV*)newHVhv(HvMROMETA(basestash)->isa))); in S_mro_get_linear_isa_dfs()
Dclass.c571 aux->xhv_class_param_map = newHVhv(superaux->xhv_class_param_map); in apply_class_attribute_isa()
Dembed.h403 # define newHVhv(a) Perl_newHVhv(aTHX_ a) macro
Dembed.fnc2178 ARdp |HV * |newHVhv |NULLOK HV *hv
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D5005000223 newHVhv # E
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
DAPItest.xs3890 a = newHVhv(GvHV(PL_hintgv));
4415 newHVhv(HV *hv)
4417 RETVAL = newHVhv(hv);
/openbsd/src/gnu/usr.bin/perl/pod/
Dperl5160delta.pod2585 The C<newHVhv> XS function now works on tied hashes, instead of crashing or
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dembed.fnc1489 ApR |HV* |newHVhv |NULLOK HV *hv