Searched defs:CvOUTSIDE (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dcv.h74 #define CvOUTSIDE(sv) ((XPVCV*)SvANY(sv))->xcv_outside macro
96 #define CVf_WEAKOUTSIDE 0x0400 /* CvOUTSIDE isn't ref counted */
158 =head1 CV reference counts and CvOUTSIDE
162 Each CV has a pointer, C<CvOUTSIDE()>, to its lexically enclosing
167 pointed to by C<CvOUTSIDE> in the I<one specific instance> that the parent
185 executed, the C<eval '$x'> causes the chain of C<CvOUTSIDE>s to be followed,
191 child's C<CvOUTSIDE> is set to point to its grandparent. This will only
198 Since various children may still have their C<CvOUTSIDE> pointing at this
199 undefined CV, we keep its own C<CvOUTSIDE> for the time being, so that

Completed in 21 milliseconds