Lines Matching refs:same
131 Is the same as --fix, but overwrites the input
3161 # Check Co-developed-by: immediately followed by Signed-off-by: with same name and email
4086 # (declarations must have the same indentation and not be at the start of line)
4181 # and is indented the same # of tabs
4286 # statements should be at the same indent.
4304 "switch and case should be at the same indent\n$hereline$err");
4902 # function brace can't be on same line, except for #defines of do while,
4903 # or if closed on same line
4924 # open braces for enum, union and struct go on the same line.
4928 "open brace '{' following $1 go on the same line\n" . $hereprev) &&
5790 # Check for }<nl>else {, these must be at the same
6355 my $show_L = 1; #don't show the same defect twice