Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A DnewCONSTSUB40 HV *old_cop_stash = PL_curcop->cop_stash;
47 PL_curstash = PL_curcop->cop_stash = stash;
59 PL_curcop->cop_stash = old_cop_stash;
H A Dcop42 __UNDEFINED__ CopSTASH(c) ((c)->cop_stash)
43 __UNDEFINED__ CopSTASH_set(c,hv) ((c)->cop_stash = (hv))
/openbsd/gnu/usr.bin/perl/
H A Dcop.h448 HV * cop_stash; /* package line was compiled in */ member
671 # define CopSTASH(c) ((c)->cop_stash)
672 # define CopSTASH_set(c,hv) ((c)->cop_stash = (hv))
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h12285 HV *old_cop_stash = PL_curcop->cop_stash; in DPPP_()
12292 PL_curstash = PL_curcop->cop_stash = stash; in DPPP_()
12304 PL_curcop->cop_stash = old_cop_stash; in DPPP_()
16485 # define CopSTASH(c) ((c)->cop_stash)
16489 # define CopSTASH_set(c,hv) ((c)->cop_stash = (hv))
/openbsd/gnu/usr.bin/perl/ext/B/
H A DB.xs559 { STR_WITH_LEN("stash"), SVp, STRUCT_OFFSET(struct cop, cop_stash), },/*23*/