Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/dist/Data-Dumper/
DDumper.pm91 trailingcomma => $Trailingcomma, # whether to add comma after last elem
409 || ($s->{trailingcomma} && $s->{indent} >= 1);
469 chop $out if !$s->{trailingcomma} || !$s->{indent};
651 @_ >= 2 ? (($s->{trailingcomma} = $v), return $s) : $s->{trailingcomma};
DDumper.xs60 int trailingcomma; member
939 if (ix < ixmax || (style->trailingcomma && style->indent >= 1)) in DD_dump()
1156 if (style->trailingcomma && style->indent >= 1) in DD_dump()
1500 = style.use_sparse_seen_hash = style.trailingcomma = 0;
1550 style.trailingcomma = SvTRUE(*svp);