Home | History | Annotate | Download | only in src

Lines Matching refs:firstline

1611   my $firstline = 1;
1614 $firstline = $instructions[$i]->[2];
1620 # the indentation we saw on $firstline
1633 if ($l >= $firstline) {
1650 # Assign all samples to the range $firstline,$lastline,
1664 for (my $l = $firstline; $l <= $lastline; $l++) {
1718 ($line >= $firstline) &&
1773 if ($l >= $firstline - 5 &&
1777 if ($l == $firstline) { print $output $skip_marker; }
3668 my $firstline = ReadProfileHeader(*TFILE);
3670 if (!$firstline) {
3675 return $firstline =~ /^--- *$symbol_marker/;
3702 # whole firstline, since it may be gigabytes(!) of data.