Lines Matching refs:lc
1740 my ($linenr, $lc) = @_;
1743 for (my $count = $linenr + 1; $count <= $lc; $count++) {
6184 my $lc = $stat =~ tr@\n@@;
6185 $lc = $lc + $linenr;
6186 for (my $count = $linenr; $count <= $lc; $count++) {
6206 $stat_real = get_stat_real($linenr, $lc);
6213 my $stat_real = get_stat_real($linenr, $lc);
6334 my $lc = $stat =~ tr@\n@@;
6335 $lc = $lc + $linenr;
6336 my $stat_real = get_stat_real($linenr, $lc);
6345 my $lc = $stat =~ tr@\n@@;
6346 $lc = $lc + $linenr;
6347 my $stat_real = get_stat_real($linenr, $lc);
6820 my $lc = $stat =~ tr@\n@@;
6821 $lc = $lc + $linenr;
6822 my $stat_real = get_stat_real($linenr, $lc);