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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dcv.h152 #define CvWEAKOUTSIDE(cv) (CvFLAGS(cv) & CVf_WEAKOUTSIDE) macro
160 =for apidoc m|bool|CvWEAKOUTSIDE|CV *cv
169 C<CvWEAKOUTSIDE> flag in the child. This allows us to determine under what
183 C<CvWEAKOUTSIDE> set since it's not a closure, and $a points to the same

Completed in 16 milliseconds