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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dav.h26 /* AVf_REAL is set for all AVs whose xav_array contents are refcounted.
31 * AVf_REIFY is only meaningful on such "fake" AVs (i.e. where AVf_REAL
43 #define AVf_REAL 1 /* free old entries */ macro
72 #define AvREAL(av) (AvFLAGS(av) & AVf_REAL)
73 #define AvREAL_on(av) (AvFLAGS(av) |= AVf_REAL)
74 #define AvREAL_off(av) (AvFLAGS(av) &= ~AVf_REAL)
82 #define AvREALISH(av) (AvFLAGS(av) & (AVf_REAL|AVf_REIFY))
H A Dav.c383 AvFLAGS(av) = AVf_REAL;
H A Ddump.c1210 if (flags & AVf_REAL) sv_catpv(d, ",REAL");
H A Dsv.c1467 AvFLAGS(sv) = AVf_REAL;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A Ddefsubs_h.PL16 AVf_REAL
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DC.pm169 AVf_REAL HEf_SVKEY SVf_POK SVf_ROK CVf_CONST);
1195 # XXX AVf_REAL is wrong test: need to save comppadlist but not stack
1196 #if ($fill > -1 && ($avflags & AVf_REAL)) {

Completed in 44 milliseconds