Searched refs:line_stats (Results 1 - 1 of 1) sorted by relevance

/linux-master/scripts/
H A Dcheckpatch.pl1545 sub line_stats { subroutine
2832 ($length, $indent) = line_stats($rawline);
4294 my ($clen, $cindent) = line_stats($ctx);
4347 my ($nlength, $nindent) = line_stats($lines[$ctx_ln - 1]);
4431 my (undef, $sindent) = line_stats("+" . $s);

Completed in 144 milliseconds