Home
last modified time | relevance | path

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

/tools/repohooks/tools/
Dcheckpatch.pl1181 sub line_stats { subroutine
2412 ($length, $indent) = line_stats($rawline);
3422 my ($clen, $cindent) = line_stats($ctx);
3475 my ($nlength, $nindent) = line_stats($lines[$ctx_ln - 1]);
3559 my (undef, $sindent) = line_stats("+" . $s);