Home
last modified time | relevance | path

Searched refs:CvOUTSIDE (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dpad.c474 CV * outside = CvOUTSIDE(&cvbody); in Perl_cv_undef_flags()
476 CvOUTSIDE(&cvbody) = NULL; in Perl_cv_undef_flags()
830 if (CvOUTSIDE(func)) { in Perl_pad_add_anon()
833 SvREFCNT_dec_NN(CvOUTSIDE(func)); in Perl_pad_add_anon()
1271 if (!CvOUTSIDE(cv)) in S_pad_findlex()
1875 const CV * const outside = CvOUTSIDE(cv); in S_cv_dump()
1955 outside = CvOUTSIDE(proto); in S_cv_clone_pad()
2262 if (CvOUTSIDE(cv)) cv_dump(CvOUTSIDE(cv), "Outside"); in S_cv_clone()
2376 cv = CvOUTSIDE(cv); in Perl_pad_fixup_inner_anons()
2395 CvOUTSIDE(innercv) = new_cv; in Perl_pad_fixup_inner_anons()
[all …]
H A Dcv.h89 #define CvOUTSIDE(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_outside macro
H A Dop.c2841 cv = CvOUTSIDE(cv); in S_mark_padname_lvalue()
10221 CV *outcv = CvOUTSIDE(PL_compcv); in Perl_newMYSUB()
10245 outcv = CvOUTSIDE(outcv); in Perl_newMYSUB()
10389 SvREFCNT_dec(CvOUTSIDE(compcv)); in Perl_newMYSUB()
10401 CV *const temp_cv = CvOUTSIDE(cv); in Perl_newMYSUB()
10409 CvOUTSIDE(cv) = CvOUTSIDE(compcv); in Perl_newMYSUB()
10412 CvOUTSIDE(compcv) = temp_cv; in Perl_newMYSUB()
11009 CvOUTSIDE(cv) = CvOUTSIDE(PL_compcv); in Perl_newATTRSUB_x()
11012 CvOUTSIDE(PL_compcv) = temp_cv; in Perl_newATTRSUB_x()
11162 if (cv && name && block && CvOUTSIDE(cv) && !CvEVAL(CvOUTSIDE(cv))) in Perl_newATTRSUB_x()
[all …]
H A Dperly.y354 if (CvOUTSIDE(fmtcv) && !CvEVAL(CvOUTSIDE(fmtcv))) {
H A Ddump.c2474 const CV * const outside = CvOUTSIDE(sv); in Perl_do_sv_dump()
2489 if (CvOUTSIDE(sv) in Perl_do_sv_dump()
2491 do_sv_dump(level+1, file, MUTABLE_SV(CvOUTSIDE(sv)), nest+1, maxnest, dumpops, pvlim); in Perl_do_sv_dump()
H A Dpeep.c1053 cv = CvOUTSIDE(cv); in S_warn_implicit_snail_cvsig()
1111 cv = CvOUTSIDE(cv); in S_optimize_op()
H A Dperly.act288 if (CvOUTSIDE(fmtcv) && !CvEVAL(CvOUTSIDE(fmtcv))) {
H A Dtoke.c12828 CvOUTSIDE(PL_compcv) = MUTABLE_CV(SvREFCNT_inc_simple(outsidecv)); in Perl_start_subparse()
12943 if ( CvANON(CvOUTSIDE(cv)) in Perl_init_named_cv()
12944 || CvCLONE(CvOUTSIDE(cv)) in Perl_init_named_cv()
12946 CvOUTSIDE(cv) in Perl_init_named_cv()
H A Dsv.c14952 CvOUTSIDE(dsv) =
14954 ? cv_dup( CvOUTSIDE(dsv), param)
14955 : cv_dup_inc(CvOUTSIDE(dsv), param);
H A Dpp_ctl.c4011 CvOUTSIDE(evalcv) = MUTABLE_CV(SvREFCNT_inc_simple(outside)); in S_doeval_compile()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5003007115 CvOUTSIDE # Z added by devel/scanprov