Searched refs:ctx_statement_block (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/scripts/ |
D | checkpatch.pl | 1052 sub ctx_statement_block { subroutine 1237 ctx_statement_block($linenr, $remain, $off); 1248 ctx_statement_block($linenr, $remain, $off); 2962 ctx_statement_block($linenr, $realcnt, 0); 3108 ctx_statement_block($linenr, $realcnt, 0) 4288 ctx_statement_block($linenr, $realcnt, 0) 4290 my ($stat_next) = ctx_statement_block($line_nr_next, 4405 my ($s, $c) = ctx_statement_block($linenr, $realcnt, 0); 4514 ctx_statement_block($linenr, $realcnt, 0); 4622 ctx_statement_block($linenr, $realcnt, 0); [all …]
|