Searched refs:cop_stash (Results 1 – 5 of 5) sorted by relevance
40 HV *old_cop_stash = PL_curcop->cop_stash;47 PL_curstash = PL_curcop->cop_stash = stash;59 PL_curcop->cop_stash = old_cop_stash;
42 __UNDEFINED__ CopSTASH(c) ((c)->cop_stash)43 __UNDEFINED__ CopSTASH_set(c,hv) ((c)->cop_stash = (hv))
448 HV * cop_stash; /* package line was compiled in */ member671 # define CopSTASH(c) ((c)->cop_stash)672 # define CopSTASH_set(c,hv) ((c)->cop_stash = (hv))
12285 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))
559 { STR_WITH_LEN("stash"), SVp, STRUCT_OFFSET(struct cop, cop_stash), },/*23*/