Searched refs:ctx_statement_block (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/scripts/ |
D | checkpatch.pl | 1674 sub ctx_statement_block { subroutine 1859 ctx_statement_block($linenr, $remain, $off); 1870 ctx_statement_block($linenr, $remain, $off); 4221 ctx_statement_block($linenr, $realcnt, 0); 4367 ctx_statement_block($linenr, $realcnt, 0) 5668 ctx_statement_block($linenr, $realcnt, 0) 5670 my ($stat_next) = ctx_statement_block($line_nr_next, 5821 my ($s, $c) = ctx_statement_block($linenr, $realcnt, 0); 5924 ctx_statement_block($linenr, $realcnt, 0); 6095 ctx_statement_block($linenr, $realcnt, 0); [all …]
|