Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/ext/Data/Dumper/
DDumper.xs443 SV *totpad; in DD_dump() local
479 totpad = newSVsv(sep); in DD_dump()
480 sv_catsv(totpad, pad); in DD_dump()
481 sv_catsv(totpad, apad); in DD_dump()
498 sv_catsv(retval, totpad); in DD_dump()
503 sv_catsv(retval, totpad); in DD_dump()
514 sv_catsv(retval, totpad); in DD_dump()
523 SvREFCNT_dec(totpad); in DD_dump()
527 SV *totpad, *newapad; in DD_dump() local
559 totpad = newSVsv(sep); in DD_dump()
[all …]