Lines Matching refs:lineNumber
31 set lineNumber [lindex $token 1]
52 set lastCheckedLineNumber $lineNumber
61 set line [getLine $fileName $lineNumber]
63 if {$lineNumber != $lastCheckedLineNumber} {
70 … report $fileName $lineNumber "Indentation: $real_indent -> $exp_indent. Line: '$line'"
73 … report $fileName $lineNumber "Indentation: $real_indent -> $indent. Line: '$line'"
79 if {$lineNumber == $lastCheckedLineNumber} {
83 … report $fileName $lineNumber "Left brace is not the only non-space character in the line: '$line'"
89 … report $fileName $lineNumber "Right brace is not first non-space character in the line: '$line'"
96 … report $fileName $lineNumber "Right brace is not the only non-space character in the line and \
103 if {![regexp {^extern "C"} [getLine $fileName [expr {$lineNumber - 1}]]]} {
123 set lastCheckedLineNumber $lineNumber