Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/
H A DListUtil.xs1636 Size_t listi; variable
1638 for(listi = 0; listi < nlists; listi++) {
1639 SV *item = (i < av_count(lists[listi])) ?
1640 AvARRAY(lists[listi])[i] :
1653 Size_t listi; variable
1657 for(listi = 0; listi < nlists; listi++) {
1658 SV *item = (i < av_count(lists[listi])) ?
1659 AvARRAY(lists[listi])[i] :