Lines Matching refs:at

77 # Use at your own risk
619 # Statement ends at the ';' or a close '}' at the
667 # We are truly at the end, so shuffle to the next line.
689 # Strip the diff line prefixes and rip blank lines at start and end.
1305 # at context start.
1481 # UTF-8 regex found at http://www.w3.org/International/questions/qa-forms-utf-8.en.php
1565 if ($line =~ /^\+/ && defined $lines[$linenr] && $lines[$linenr] =~ /^\\ No newline at end of file/) {
1566 ERROR("adding a line without newline at end of file\n" . $herecurr);
1694 # statements should be at the same indent.
1711 ERROR("switch and case should be at the same indent\n$hereline$err");
1739 # includes the + at the beginning of the line (if the actual line has
1786 # starting at the end of the conditional, so remove:
1802 # Also ignore a loop construct at the end of a
1821 # 1) blank lines, they should be at 0,
1945 # 2. at the beginning of a line for slice initialisers -- [0...10] = 5,
2041 my $at = "(ctx:$ctx)";
2063 ERROR("space required after that '$op' $at\n" . $hereptr);
2078 ERROR("spaces prohibited around that '$op' $at\n" . $hereptr);
2086 ERROR("space required after that '$op' $at\n" . $hereptr);
2103 ERROR("space required before that '$op' $at\n" . $hereptr);
2109 ERROR("space prohibited after that '$op' $at\n" . $hereptr);
2115 ERROR("space required one side of that '$op' $at\n" . $hereptr);
2119 ERROR("space prohibited before that '$op' $at\n" . $hereptr);
2122 ERROR("space prohibited after that '$op' $at\n" . $hereptr);
2129 ERROR("space prohibited before that '$op' $at\n" . $hereptr);
2164 ERROR("spaces required around that '$op' $at\n" . $hereptr);
2306 # Check for }<nl>else {, these must be at the same
2461 # We have looked at and allowed this specific line.
2572 # Check that the storage class is at the beginning of a declaration
2574 ERROR("storage class should be at the beginning of the declaration\n" . $herecurr)
2661 # If we have no input at all, then there is nothing to report on