Lines Matching refs:same
128 Is the same as --fix, but overwrites the input
3099 # Check Co-developed-by: immediately followed by Signed-off-by: with same name and email
3934 # (declarations must have the same indentation and not be at the start of line)
4029 # and is indented the same # of tabs
4134 # statements should be at the same indent.
4152 "switch and case should be at the same indent\n$hereline$err");
4749 # function brace can't be on same line, except for #defines of do while,
4750 # or if closed on same line
4771 # open braces for enum, union and struct go on the same line.
4775 "open brace '{' following $1 go on the same line\n" . $hereprev) &&
5625 # Check for }<nl>else {, these must be at the same
6184 my $show_L = 1; #don't show the same defect twice