Lines Matching refs:col
258 foreach my $col (@hdr) {
260 printf("%s%s", prettynum($cols{$col}[0], $cols{$col}[1],
261 $v{$col}), $sep);
263 printf("%d%s", $v{$col} || 0, $sep);
271 foreach my $col (@hdr) {
272 printf("%*s%s", $cols{$col}[0], $col, $sep);
276 foreach my $col (@hdr) {
277 printf("%s%s", $col, $sep);