Home | History | Annotate | Download | only in util

Lines Matching refs:short

590         my $short = "    {ERR_PACK($pack_lib, $i, 0), \"$fn\"},";
591 if ( length($short) <= 80 ) {
592 print OUT "$short\n";
616 my $short = " {ERR_PACK($pack_lib, 0, $i), \"$rn\"},";
617 if ( length($short) <= 80 ) {
618 print OUT "$short\n";
730 my $short = "$i:$fcodes{$i}:";
732 $t = "\\\n\t" . $t if length($short) + length($t) > 80;
733 print OUT "$short$t\n";
737 my $short = "$i:$rcodes{$i}:";
739 $t = "\\\n\t" . $t if length($short) + length($t) > 80;
740 print OUT "$short$t\n" if !exists $rextra{$i};