Lines Matching refs:lc
1650 my ($linenr, $lc) = @_;
1653 for (my $count = $linenr + 1; $count <= $lc; $count++) {
5828 my $lc = $stat =~ tr@\n@@;
5829 $lc = $lc + $linenr;
5830 for (my $count = $linenr; $count <= $lc; $count++) {
5843 $stat_real = get_stat_real($linenr, $lc);
5850 my $stat_real = get_stat_real($linenr, $lc);
5972 my $lc = $stat =~ tr@\n@@;
5973 $lc = $lc + $linenr;
5974 my $stat_real = get_stat_real($linenr, $lc);
5983 my $lc = $stat =~ tr@\n@@;
5984 $lc = $lc + $linenr;
5985 my $stat_real = get_stat_real($linenr, $lc);
6411 my $lc = $stat =~ tr@\n@@;
6412 $lc = $lc + $linenr;
6413 my $stat_real = get_stat_real($linenr, $lc);