Lines Matching refs:blank
1744 # Strip the diff line prefixes and rip blank lines at start and end.
2763 # blank context lines so we need to count that too.
3161 # Reset possible stack dump if a blank line is found
3284 my $blank = copy_spacing($rawline);
3285 my $ptr = substr($blank, 0, length($utf8_prefix)) . "^";
3335 my $blank = copy_spacing($rawline);
3336 my $ptr = substr($blank, 0, $-[1]) . "^" x length($typo);
3871 $rawline =~ m@^\+[ \t]*.+\*\/[ \t]*$@) { #non blank */
3900 # check for missing blank lines after struct/union declarations
3914 "Please use a blank line after function/struct/union/enum declarations\n" . $hereprev) &&
3920 # check for multiple consecutive blank lines
3925 "Please don't use multiple blank lines\n" . $hereprev) &&
3933 # check for missing blank lines after declarations
3972 "Missing a blank line after declarations\n" . $hereprev) &&
4230 # 1) any blank line termination
4264 # 1) blank lines, they should be at 0,
4951 my $blank = copy_spacing($opline);
4996 my $ptr = substr($blank, 0, $off) . "^";
5275 ## # check for blank lines before declarations
5279 ## "No blank lines before declarations\n" . $hereprev);
6062 # check for unnecessary blank lines around braces