Lines Matching defs:cv
113 CV * cv;
127 * Note that the refcnt of the cv is incremented twice; The CX one is
131 cx->blk_sub.cv = cv; \
132 cx->blk_sub.olddepth = CvDEPTH(cv); \
134 if (!CvDEPTH(cv)) { \
135 (void)SvREFCNT_inc(cv); \
136 (void)SvREFCNT_inc(cv); \
137 SAVEFREESV(cv); \
153 cx->blk_sub.cv = cv; \
195 sv = (SV*)cx->blk_sub.cv; \
217 CV * cv;
227 cx->blk_eval.cv = Nullcv; /* set by doeval(), as applicable */ \