Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/dist/Data-Dumper/
DDumper.xs1458 AV *postav, *todumpav, *namesav; variable
1494 todumpav = namesav = NULL;
1518 todumpav = (AV*)SvRV(*svp);
1572 if (todumpav)
1573 imax = av_len(todumpav);
1583 if ((svp = av_fetch(todumpav, i, FALSE)))