Searched refs:ctx_statement_block (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/scripts/ |
D | checkpatch.pl | 1664 sub ctx_statement_block { subroutine 1849 ctx_statement_block($linenr, $remain, $off); 1860 ctx_statement_block($linenr, $remain, $off); 4206 ctx_statement_block($linenr, $realcnt, 0); 4352 ctx_statement_block($linenr, $realcnt, 0) 5653 ctx_statement_block($linenr, $realcnt, 0) 5655 my ($stat_next) = ctx_statement_block($line_nr_next, 5806 my ($s, $c) = ctx_statement_block($linenr, $realcnt, 0); 5911 ctx_statement_block($linenr, $realcnt, 0); 6082 ctx_statement_block($linenr, $realcnt, 0); [all …]
|