Lines Matching refs:same
123 Is the same as --fix, but overwrites the input
2820 # Check Co-developed-by: immediately followed by Signed-off-by: with same name and email
3619 # indentation of previous and current line are the same
3677 # if the previous line is a goto or return and is indented the same # of tabs
3779 # statements should be at the same indent.
3797 "switch and case should be at the same indent\n$hereline$err");
4376 # function brace can't be on same line, except for #defines of do while,
4377 # or if closed on same line
4398 # open braces for enum, union and struct go on the same line.
4402 "open brace '{' following $1 go on the same line\n" . $hereprev) &&
5246 # Check for }<nl>else {, these must be at the same
5791 my $show_L = 1; #don't show the same defect twice