Lines Matching refs:start
600 start |
1744 # Strip the diff line prefixes and rip blank lines at start and end.
1816 my $start = $linenr - 1;
1824 for ($line = $start; $remain > 0; $line++) {
2661 # at context start.
2681 # is the start of a diff block and this line starts
2727 # check if it's a mode change, rename or start of a patch
3052 # and # from start of comments to get comment text
3292 # Check if it's the start of a commit log
3761 # check for assignments on the start of a line
3773 # check for && or || at the start of a line
3793 "Statements should start on a tabstop\n" . $herecurr) &&
3934 # (declarations must have the same indentation and not be at the start of line)
3963 # start of struct or union or enum
3965 # start or end of block or continuation of declaration
3987 "please, no spaces at the start of a line\n" . $herevet) &&
4002 # check if this appears to be the start function declaration, save the name
4093 # declarations always start with types
4099 # definitions in global scope can only start with types
4622 # Should start with a space.
4647 # Should start with a space.
4905 # cpp #elif statement condition may start with a (