Searched defs:cop_stash (Results 1 - 1 of 1) 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 */

Completed in 1595 milliseconds