Home
last modified time | relevance | path

Searched refs:newHV (Results 1 – 25 of 47) sorted by relevance

12

/openbsd/gnu/usr.bin/perl/ext/XS-Typemap/
H A DTypemap.xs74 HV *hash = newHV(); in XS_pack_anotherstructPtr()
128 HV *hash = newHV(); in XS_pack_anotherstructPtrPtr()
361 hvref = newHV();
/openbsd/gnu/usr.bin/perl/ext/DynaLoader/
H A Ddlutils.c130 dl_loaded_files = newHV(); /* provide cache for dl_*.xs if needed */ in dl_generic_private_init()
/openbsd/gnu/usr.bin/perl/cpan/Scalar-List-Utils/
H A Dmulticall.h59 sv = (SV*)newHV(); in multicall_pad_push()
H A DListUtil.xs1343 sv_2mortal((SV *)(seen = newHV())); in uniq()
1441 sv_2mortal((SV *)(seen = newHV())); in uniqnum()
/openbsd/gnu/usr.bin/perl/
H A Dclass.c95 HV *hv = newHV(); in PP()
151 params = newHV(); in XS()
658 HV *fieldix_to_padix = newHV(); in Perl_class_seal_stash()
965 aux->xhv_class_param_map = newHV(); in apply_field_attribute_param()
H A Dperl.c257 PL_pidstatus = newHV(); in perl_construct()
336 PL_modglobal = newHV(); /* pointers to per-interpreter module globals */ in perl_construct()
397 PL_strtab = newHV(); in perl_construct()
427 PL_stashcache = newHV(); in perl_construct()
459 PL_registered_mros = newHV(); in perl_construct()
2573 PL_isarev = newHV(); in S_parse_body()
4103 HV *hv = newHV(); in S_init_main_stash()
4762 HV *dups = newHV(); in S_init_postdump_symbols()
H A Dmro_core.c72 HV *const hv = newHV(); in Perl_mro_set_private_data()
452 HV *const isa_hash = newHV(); in Perl_mro_get_linear_isa()
H A Dhv.h705 #define newHV() MUTABLE_HV(newSV_type(SVt_PVHV)) macro
H A Dscope.c1486 case SVt_PVHV: *svp = MUTABLE_SV(newHV()); break; in Perl_leave_scope()
1632 HV *const hv = newHV(); in Perl_leave_scope()
H A Dpad.c2050 sv = MUTABLE_SV(newHV()); in S_cv_clone_pad()
2468 sv = MUTABLE_SV(newHV()); in Perl_pad_push()
2574 sv = MUTABLE_SV(newHV()); in Perl_padlist_dup()
H A Dhv.c1803 HV * const hv = newHV(); in Perl_newHVhv()
1911 HV * const hv = newHV(); in Perl_hv_copy_hints_hv()
3573 hv = newHV(); in Perl_refcounted_he_chain_2hv()
H A Dutf8.c109 HV* msg_hv = newHV(); in S_new_msg_hv()
3339 PL_seen_deprecated_macro = newHV(); in PERLVAR()
/openbsd/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/
H A DFieldHash.xs164 av_store_simple(cont, 1, (SV*)newHV()); in HUF_new_trigger()
288 HV* new_tab = newHV(); in HUF_fix_trigger()
/openbsd/gnu/usr.bin/perl/ext/VMS-Stdio/
H A DStdio.xs96 if (!(stash = GvHV(*stashp))) stash = GvHV(*stashp) = newHV(); in newFH()
99 if (!(stash = GvHV(*stashp))) stash = GvHV(*stashp) = newHV(); in newFH()
/openbsd/gnu/usr.bin/perl/ext/re/
H A Dre.xs181 hv = newHV();
/openbsd/gnu/usr.bin/perl/dist/Storable/
H A DStorable.xs1601 cxt->hseen = newHV(); /* Table where seen objects are stored */ in init_store_context()
1633 cxt->hclass = newHV(); /* Where seen classnames are stored */ in init_store_context()
1646 cxt->hook = newHV(); /* Table where hooks are cached */ in init_store_context()
1771 cxt->hook = newHV(); /* Caches STORABLE_thaw */ in init_retrieve_context()
1785 ? newHV() : 0); in init_retrieve_context()
4871 sv = (SV *) newHV(); in retrieve_hook_common()
4889 sv = (SV *) newHV(); in retrieve_hook_common()
6360 hv = newHV(); in get_lhash()
6437 hv = newHV(); in retrieve_hash()
6527 hv = newHV(); in retrieve_flag_hash()
[all …]
/openbsd/gnu/usr.bin/perl/ext/File-Glob/
H A DGlob.xs81 if (!MY_CXT.x_GLOB_ENTRIES) MY_CXT.x_GLOB_ENTRIES = newHV(); in iterate()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dmagic312 self = newHV();
338 self = newHV();
/openbsd/gnu/usr.bin/perl/ext/Opcode/
H A DOpcode.xs58 op_named_bits = newHV(); in op_names_init()
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A DReadKey.xs1945 filehash=newHV();
1946 modehash=newHV();
/openbsd/gnu/usr.bin/perl/ext/mro/
H A Dmro.xs571 nmcache = selfmeta->mro_nextmethod = newHV();
/openbsd/gnu/usr.bin/perl/cpan/Time-Piece/
H A DPiece.xs1106 HV* locales = newHV();
/openbsd/gnu/usr.bin/perl/cpan/Encode/Encode/
H A Dencode.h190 HV* msg_hv = newHV(); in S_new_msg_hv()
/openbsd/gnu/usr.bin/perl/cpan/Pod-Perldoc/
H A Dperldoc.pod119 perldoc -a newHV
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D5003007339 newHV # T

12