Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dcop.h462 COPHH * cop_hints_hash; member
682 #define CopHINTHASH_get(c) ((COPHH*)((c)->cop_hints_hash))
683 #define CopHINTHASH_set(c,h) ((c)->cop_hints_hash = (h))
H A Dhv.c4061 struct refcounted_he *const chain = cop->cop_hints_hash; in Perl_cop_fetch_label()
4117 cop->cop_hints_hash in Perl_cop_store_label()
4118 = refcounted_he_new_pvs(cop->cop_hints_hash, ":", labelsv, 0); in Perl_cop_store_label()
H A Dpp_ctl.c2336 PUSHs(cx->blk_oldcop->cop_hints_hash ?
4111 PL_compiling.cop_hints_hash in S_doeval_compile()
4112 = cophh_copy(oldcurcop->cop_hints_hash->refcounted_he_next); in S_doeval_compile()
4117 PL_compiling.cop_hints_hash = cophh_copy(oldcurcop->cop_hints_hash); in S_doeval_compile()
H A Dop.c7276 PL_compiling.cop_hints_hash, STR_WITH_LEN("reflags"), 0, 0 in Perl_newPMOP()
7280 PL_compiling.cop_hints_hash, STR_WITH_LEN("reflags_charset"), 0, 0 in Perl_newPMOP()
H A Dregcomp.c411 if (!PL_curcop->cop_hints_hash) in Perl_current_re_engine()