Lines Matching defs:AVs
405 AVs or HVs (see L</AVs, HVs and undefined values>).
482 Something similar to the offset hack is performed on AVs to enable
524 =head2 Working with AVs
608 =head3 More efficient working with new or vanilla AVs
624 AVs that meet the following criteria:
632 =item * are "real" (refcounted) AVs
638 AVs created using C<newAV()>, C<av_make>, C<newAV_alloc_x>, and
783 =head2 AVs, HVs and undefined values
785 Sometimes you have to store undefined values in AVs or HVs. Although
799 Unfortunately, this isn't true. In perl 5.18 and earlier, AVs use C<&PL_sv_undef> as a marker
821 C<&PL_sv_no> into AVs or HVs. Trying to modify such elements
827 C<&PL_sv_undef>, C<&PL_sv_yes> and C<&PL_sv_no> with AVs and
987 AVs, or HVs (xV for short in the following) start their life with a
1108 The mortal routines are not just for SVs; AVs and HVs can be
1173 Like AVs and HVs, IO objects are another type of non-scalar SV which
2728 for dumping SVs, AVs, HVs, and CVs. The C<Devel::Peek> module calls