Searched refs:Line (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/demos/ |
H A D | nntp.mirror | 35 $Line = $_; chomp($Line); 36 if($Line eq '') { next }; # Skip blank lines 37 if(substr($Line, 0, 1) eq '#') { next }; # Skip comments 38 push(@Groups, $Line)
|
/osnet-11/usr/src/lib/fm/libdiagcode/common/ |
H A D | diagcode_test.c | 61 static int Line; variable 72 (void) fprintf(stderr, "%s: %s:%d ", Myname, Dict, Line); 348 Line = 0; 357 Line++;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/ |
H A D | mktables | 1777 my $Line = (caller)[2]; 1787 print "couldn't compile /$Regex/ on $0 line $Line: $@\n"; 1790 print "bad result (expected $Expect) on $0 line $Line: $@\n"; 1801 my $Line = (caller)[2]; 1802 print "expected error for /$Regex/ on $0 line $Line: $@\n";
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | DB.pm | 389 $s->output("Line $i not breakable.\n"); 404 $s->output("Line $i not breakable.\n"); 462 $s->output("Line $i not actionable.\n"); 707 Line number that will be executed next.
|
H A D | CPAN.pm | 3218 $shift =~ /^Line-Count:\s+(\d+)/ and $line_count = $1; 3223 warn qq{Warning: Your $index_target does not contain a Line-Count header. 3233 contains a Line-Count header of %d but I see %d lines there. Please
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | xsubpp | 243 warn("Warning: File '$typemap' Line $. '$line' TYPEMAP entry needs 2 or 3 columns\n"), next; 248 warn("Warning: File '$typemap' Line $. '$line' Invalid prototype '$proto'\n") 764 Line => \@line, 813 @line = @{ $data->{Line} } ;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/ |
H A D | Long.pm | 1331 =head1 Command Line Options, an Introduction
|
Completed in 65 milliseconds