Home
last modified time | relevance | path

Searched refs:AvFILL (Results 1 – 25 of 29) sorted by relevance

12

/mirbsd/src/gnu/usr.bin/perl/
Dav.c211 key += AvFILL(av) + 1; in Perl_av_fetch()
226 key += AvFILL(av) + 1; in Perl_av_fetch()
295 key += AvFILL(av) + 1; in Perl_av_store()
309 key += AvFILL(av) + 1; in Perl_av_store()
314 if (SvREADONLY(av) && key >= AvFILL(av)) in Perl_av_store()
593 if (AvFILL(av) < 0) in Perl_av_pop()
709 if (AvFILL(av) < 0) in Perl_av_shift()
734 return AvFILL(av); in Perl_av_len()
828 key += AvFILL(av) + 1; in Perl_av_delete()
847 key += AvFILL(av) + 1; in Perl_av_delete()
[all …]
Dav.h84 #define AvFILL(av) ((SvRMAGICAL((SV *) (av))) \ macro
Ddoop.c945 const I32 max = AvFILL(av); in Perl_do_chop()
1028 const I32 max = AvFILL(av); in Perl_do_chomp()
Dmg.c1669 sv_setiv(sv, AvFILL(obj) + PL_curcop->cop_arybase); in Perl_magic_getarylen()
1916 if ((I32)LvTARGOFF(sv) <= AvFILL(av)) in Perl_magic_getdefelem()
1973 if ((I32)LvTARGLEN(sv) < 0 && (I32)LvTARGOFF(sv) > AvFILL(av)) in Perl_vivify_defelem()
Dpp_hot.c756 const I32 maxarg = AvFILL(av) + 1; in PP()
776 const I32 maxarg = AvFILL(av) + 1; in PP()
1932 AvFILL(av))) in PP()
Dpp.c81 const I32 maxarg = AvFILL((AV*)TARG) + 1; in PP()
97 const I32 maxarg = AvFILL((AV*)TARG) + 1; in PP()
4353 PUSHi( AvFILL(ary) + 1 ); in PP()
4406 PUSHi( AvFILL(ary) + 1 ); in PP()
Dpp_ctl.c1773 cx->blk_loop.iterix = AvFILL(cx->blk_loop.iterary) + 1; in PP()
3158 for (i = 0; i <= AvFILL(ar); i++) { in PP()
3349 for (i = 0; i <= AvFILL(ar); i++) { in PP()
Dpp_sort.c1568 max = AvFILL(av) + 1; in PP()
DChanges5.8.42287 the array had AvFILL == 0
/mirbsd/src/gnu/usr.bin/perl/ext/Thread/
DThread.xs260 for (i = 0; i <= AvFILL(initargs); i++) in newthread()
307 for (i = 0; i <= AvFILL(initargs); i++) in newthread()
406 for (i = 1; i <= AvFILL(av); i++)
612 if (AvFILL(av) < n - 1) {
613 int i = AvFILL(av);
614 for (i = AvFILL(av); i < n - 1; i++) {
695 if (AvFILL(thr->specific) == -1) {
/mirbsd/src/gnu/usr.bin/perl/ext/DynaLoader/
Ddl_dld.xs105 max = AvFILL(dl_require_symbols);
122 max = AvFILL(dl_resolve_using);
Ddl_hpux.xs83 max = AvFILL(dl_resolve_using);
Ddl_next.xs193 psize = AvFILL(dl_resolve_using) + 3; in dlopen()
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/Peek/
DPeek.xs58 while (++i <= AvFILL(padlist)) { /* Depth. */ in DeadCode()
71 for (j = 0; j < AvFILL(argav); j++) { in DeadCode()
82 for (j = 1; j < AvFILL((AV*)svp[1]); j++) { /* Vars. */ in DeadCode()
112 if (AvFILL(padlist) > 1) { in DeadCode()
/mirbsd/src/gnu/usr.bin/perl/ext/B/
DB.xs1559 AvFILL(av)
1576 if (AvFILL(av) >= 0) {
1579 for (i = 0; i <= AvFILL(av); i++)
1588 if (idx >= 0 && AvFILL(av) >= 0 && idx <= AvFILL(av))
/mirbsd/src/gnu/usr.bin/perl/jpl/JNI/
Dtypemap.gcc57 I32 maxarg = AvFILL(av) + 1;
Dtypemap57 I32 maxarg = AvFILL(av) + 1;
Dtypemap.win3257 I32 maxarg = AvFILL(av) + 1;
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/inc/
Dmisc168 __UNDEFINED__ AvFILLp AvFILL
/mirbsd/src/gnu/usr.bin/perl/ext/threads/
Dthreads.xs741 I32 len = AvFILL(params);
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/
Dapidoc.fnc59 Am|int|AvFILL|AV* av
/mirbsd/src/gnu/usr.bin/perl/ext/Time/HiRes/
Dppport.h3138 # define AvFILLp AvFILL
/mirbsd/src/gnu/usr.bin/perl/ext/Cwd/
Dppport.h3138 # define AvFILLp AvFILL
/mirbsd/src/gnu/usr.bin/perl/ext/Storable/
DStorable.xs65 #define AvFILLp AvFILL
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlapi.pod110 =item AvFILL
111 X<AvFILL>
115 int AvFILL(AV* av)

12