Lines Matching refs:col
446 $col = 0;
453 $pnm = sprintf("tmp-%02x.pnm", $col);
456 if (++$col == $width) {
464 $col = 0;
468 if ($col > 0) {
508 $col = 0;
512 print "<TR>" if $col == 0;
519 if (++$col == $width) {
521 $col = 0;
525 print "<TR align=center>$subline" if ($col > 0);
554 $col = sprintf("%02X", $i & 0xff);
567 print "$col";
569 $start_col = $col;
570 $last_col = $col;
571 } elsif (hex($col) == hex($last_col) + 1) {
572 $last_col = $col;
583 print "$col";
585 $start_col = $col;
586 $last_col = $col;
601 $col = $columns;
605 if (++$col > $columns) { $col = 1; print "\n "; }
612 if (++$col > $columns) { $col = 1; print "\n "; }
622 $col = 0;
632 print "\n" if ($col);
635 $col = 0;
638 print "\n" if ($col);
641 $col = 0;
651 $col += 1 + iswide($i);
652 if ($col >= 64) {
654 $col = 0;
658 print "\n" if ($col);