Searched refs:raw_line (Results 1 – 2 of 2) sorted by relevance
/tools/repohooks/tools/ |
D | checkpatch.pl | 1633 sub raw_line { subroutine 1652 my $stat_real = raw_line($linenr, 0); 1654 $stat_real = $stat_real . "\n" . raw_line($count, 0); 1665 $herectx .= raw_line($linenr, $n) . "\n"; 3560 my $stat_real = raw_line($linenr, $cond_lines); 4590 my $rl = raw_line($linenr, $n); 4748 $stat_real = raw_line($linenr, $cond_lines) 5830 my $fmt = get_quoted_string($lines[$count - 1], raw_line($count, 0)); 6061 my $rl = raw_line($linenr, $n);
|
D | cpplint.py | 584 def ParseNolintSuppressions(filename, raw_line, linenum, error): argument 597 matched = Search(r'\bNOLINT(NEXTLINE)?\b(\([^)]+\))?', raw_line)
|