Searched refs:AvFLAGS (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dav.h70 #define AvFLAGS(av) ((XPVAV*) SvANY(av))->xav_flags 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)
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)
78 #define AvREUSED(av) (AvFLAGS(av) & AVf_REUSED)
79 #define AvREUSED_on(av) (AvFLAGS(av) |= AVf_REUSED)
80 #define AvREUSED_off(av) (AvFLAGS(a
[all...]
H A Dpad.c165 AvFLAGS(a0) = AVf_REIFY;
1117 AvFLAGS(av) = AVf_REIFY;
1535 AvFLAGS(av) = AVf_REIFY;
H A Dav.c383 AvFLAGS(av) = AVf_REAL;
411 AvFLAGS(av) = AVf_REIFY;
H A Dcop.h188 AvFLAGS(cx->blk_sub.argarray) = AVf_REIFY; \
H A Ddump.c1208 flags = AvFLAGS(sv);
H A Dsv.c1467 AvFLAGS(sv) = AVf_REAL;
10043 AvFLAGS((AV*)dstr) = AvFLAGS((AV*)sstr);
H A Dpp_ctl.c2176 AvFLAGS(av) = AVf_REIFY;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDebug.pm219 printf <<'EOT', scalar(@array), $av->MAX, $av->OFF, $av->AvFLAGS;
223 AvFLAGS %d
H A DBytecode.pm364 asm "xav_flags", $av->AvFLAGS;
H A DC.pm1185 my $avflags = $av->AvFLAGS;
1193 warn sprintf("saving AV 0x%x FILL=$fill AvFLAGS=0x%x", $$av, $avflags)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ByteLoader/
H A Dbyterun.c518 AvFLAGS(bstate->bs_sv) = arg;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.pm836 =item AvFLAGS

Completed in 75 milliseconds