Searched refs:evalcv (Results 1 – 1 of 1) sorted by relevance
3994 CV *evalcv; in S_doeval_compile() local4004 evalcv = MUTABLE_CV(newSV_type(SVt_PVCV)); in S_doeval_compile()4005 CvEVAL_on(evalcv); in S_doeval_compile()4007 CX_CUR()->blk_eval.cv = evalcv; in S_doeval_compile()4010 CvOUTSIDE_SEQ(evalcv) = seq; in S_doeval_compile()4011 CvOUTSIDE(evalcv) = MUTABLE_CV(SvREFCNT_inc_simple(outside)); in S_doeval_compile()4015 CvPADLIST_set(evalcv, pad_new(padnew_SAVE)); in S_doeval_compile()4019 SAVEMORTALIZESV(evalcv); /* must remain until end of current statement */ in S_doeval_compile()4044 PL_compcv = evalcv; in S_doeval_compile()4189 cv_forget_slab(evalcv); in S_doeval_compile()[all …]