Lines Matching refs:lc
1744 my ($linenr, $lc) = @_;
1747 for (my $count = $linenr + 1; $count <= $lc; $count++) {
6176 my $lc = $stat =~ tr@\n@@;
6177 $lc = $lc + $linenr;
6178 for (my $count = $linenr; $count <= $lc; $count++) {
6198 $stat_real = get_stat_real($linenr, $lc);
6205 my $stat_real = get_stat_real($linenr, $lc);
6326 my $lc = $stat =~ tr@\n@@;
6327 $lc = $lc + $linenr;
6328 my $stat_real = get_stat_real($linenr, $lc);
6337 my $lc = $stat =~ tr@\n@@;
6338 $lc = $lc + $linenr;
6339 my $stat_real = get_stat_real($linenr, $lc);
6780 my $lc = $stat =~ tr@\n@@;
6781 $lc = $lc + $linenr;
6782 my $stat_real = get_stat_real($linenr, $lc);