Searched refs:ctx_statement_block (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/scripts/ |
D | checkpatch.pl | 1008 sub ctx_statement_block { subroutine 1193 ctx_statement_block($linenr, $remain, $off); 1204 ctx_statement_block($linenr, $remain, $off); 2804 ctx_statement_block($linenr, $realcnt, 0); 2950 ctx_statement_block($linenr, $realcnt, 0) 4092 ctx_statement_block($linenr, $realcnt, 0) 4094 my ($stat_next) = ctx_statement_block($line_nr_next, 4209 my ($s, $c) = ctx_statement_block($linenr, $realcnt, 0); 4318 ctx_statement_block($linenr, $realcnt, 0); 4426 ctx_statement_block($linenr, $realcnt, 0); [all …]
|