Searched refs:AVf_REIFY (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dav.h31 * AVf_REIFY is only meaningful on such "fake" AVs (i.e. where AVf_REAL
44 #define AVf_REIFY 2 /* can become real */ macro
75 #define AvREIFY(av) (AvFLAGS(av) & AVf_REIFY)
76 #define AvREIFY_on(av) (AvFLAGS(av) |= AVf_REIFY)
77 #define AvREIFY_off(av) (AvFLAGS(av) &= ~AVf_REIFY)
82 #define AvREALISH(av) (AvFLAGS(av) & (AVf_REAL|AVf_REIFY))
H A Dpad.c165 AvFLAGS(a0) = AVf_REIFY;
1117 AvFLAGS(av) = AVf_REIFY;
1535 AvFLAGS(av) = AVf_REIFY;
H A Dcop.h188 AvFLAGS(cx->blk_sub.argarray) = AVf_REIFY; \
H A Dav.c411 AvFLAGS(av) = AVf_REIFY;
H A Ddump.c1211 if (flags & AVf_REIFY) sv_catpv(d, ",REIFY");
H A Dpp_ctl.c2176 AvFLAGS(av) = AVf_REIFY;

Completed in 65 milliseconds