Home
last modified time | relevance | path

Searched refs:cophh_copy (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
D50130075 cophh_copy # E
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D50130075 cophh_copy # E
/openbsd/src/gnu/usr.bin/perl/
Dcop.h312 #define cophh_copy(cophh) Perl_refcounted_he_inc(aTHX_ cophh) macro
Dscope.c907 COPHH *save_cophh = cophh_copy(CopHINTHASH_get(&PL_compiling)); in Perl_save_hints()
Dpp_ctl.c4112 = 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()
Dsv.c15423 TOPPTR(nss,ix) = cophh_copy((COPHH *)ptr);
15487 ptr = cophh_copy((COPHH*)ptr);
15951 CopHINTHASH_set(&PL_compiling, cophh_copy(CopHINTHASH_get(&PL_compiling)));
Dop.c8677 CopHINTHASH_set(cop, cophh_copy(CopHINTHASH_get(PL_curcop))); in Perl_newSTATEOP()
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dapidoc.fnc56 Amxd|COPHH *|cophh_copy|COPHH *cophh
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
DAPItest.xs3640 b = cophh_copy(a);