Searched refs:cop_stash (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dcop.h23 HV * cop_stash; /* package line was compiled in */ member in struct:cop
83 # define CopSTASH(c) ((c)->cop_stash)
84 # define CopSTASH_set(c,hv) ((c)->cop_stash = (hv))
86 /* cop_stash is not refcounted */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/
H A DPPPort.pm577 HV *old_cop_stash = PL_curcop->cop_stash;
584 PL_curstash = PL_curcop->cop_stash = stash;
607 PL_curcop->cop_stash = old_cop_stash;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DAsmdata.pm152 $insn_data{cop_stash} = [126, \&PUT_svindex, "GET_svindex"];

Completed in 42 milliseconds