Home
last modified time | relevance | path

Searched refs:av_clear (Results 1 – 23 of 23) sorted by relevance

/openbsd/gnu/usr.bin/perl/t/lib/warnings/
H A Dav7 Attempt to clear deleted array [av_clear]
/openbsd/gnu/usr.bin/perl/ext/Hash-Util/
H A DUtil.xs29 av_clear(keys);
30 av_clear(placeholder);
/openbsd/gnu/usr.bin/perl/
H A Dpp_sort.c1089 av_clear(av); in PP()
1137 av_clear(av); in PP()
1222 av_clear(av); in S_sortcv_stacked()
1225 av_clear(av); in S_sortcv_stacked()
H A Dscope.c1456 av_clear(MUTABLE_AV(sv)); in Perl_leave_scope()
H A Dperl.c4446 av_clear(args); in Perl_init_dbargs()
4698 av_clear(GvAVn(PL_argvgv)); in Perl_init_argv_symbols()
H A Dpp.c6983 av_clear(ary);
7018 av_clear(ary);
7658 av_clear((AV*)targ);
H A Dpp_hot.c3067 av_clear(ary); in PP()
3522 av_clear((AV*)lsv); in PP()
H A Dmg.c2002 av_clear(MUTABLE_AV(sv)); in Perl_magic_clearisa()
H A Dpp_sys.c1108 av_clear((AV *)varsv);
H A Dembed.h136 # define av_clear(a) Perl_av_clear(aTHX_ a) macro
H A Dregcomp.c7636 av_clear(RExC_warn_text); \
H A Dsv.c10206 av_clear(GvAV(gv));
H A Dembed.fnc653 Adp |void |av_clear |NN AV *av
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D50030079 av_clear # T
/openbsd/gnu/usr.bin/perl/dist/threads-shared/
H A Dshared.xs1159 if (isav) av_clear((AV*) ssv); in sharedsv_array_mg_CLEAR()
/openbsd/gnu/usr.bin/perl/dist/Data-Dumper/
H A DDumper.xs1582 av_clear(postav);
/openbsd/gnu/usr.bin/perl/cpan/Scalar-List-Utils/
H A DListUtil.xs1196 av_clear(spill); in pairmap()
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs478 av_clear(MY_CXT.cscav); in blockhook_csc_pre_end()
3364 av_clear(MY_CXT.bhkav);
4077 av_clear(MY_CXT.peep_recorder);
4078 av_clear(MY_CXT.rpeep_recorder);
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D500300723 av_clear # T
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlguts.pod587 void av_clear(AV*);
591 The C<av_clear> function deletes all the elements in the AV* array, but
H A Dperl5180delta.pod3399 B<values> are assigned to. In terms of the XS API, it means that C<av_clear()>
H A Dperldiag.pod351 can also happen if XS code calls C<av_clear> from a custom magic
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc628 Apd |void |av_clear |NN AV *av