Searched refs:trailingcomma (Results 1 – 2 of 2) sorted by relevance
91 trailingcomma => $Trailingcomma, # whether to add comma after last elem409 || ($s->{trailingcomma} && $s->{indent} >= 1);469 chop $out if !$s->{trailingcomma} || !$s->{indent};651 @_ >= 2 ? (($s->{trailingcomma} = $v), return $s) : $s->{trailingcomma};
60 int trailingcomma; member939 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);