Lines Matching refs:sline
2721 my $sline = $line; #copy of $line
2722 $sline =~ s/$;/ /g; #with comments as spaces
3702 } elsif ($sline =~ /\s*($String(?:\s*(?:\\|,\s*|\)\s*;\s*))?)$/ &&
3762 if ($sline =~ /^\+\s+($Assignment)[^=]/) {
3789 …$sline =~ /^\+\t+( +)(?:$c90_Keywords\b|\{\s*$|\}\s*(?:else\b|while\b|\s*$)|$Declare\s*$Ident\s*[;…
3935 if (($prevline =~ /\+(\s+)\S/) && $sline =~ /^\+$1\S/) {
3937 my $sl = $sline;
4003 if ($sline =~ /^\+\{\s*$/ &&
4009 if ($sline =~ /^\+\}\s*$/) {
4016 if ($sline =~ /^\+([\t]+)(?:}[ \t]*)?else(?:[ \t]*{)?\s*$/) {
4030 if ($sline =~ /^\+([\t]+)break\s*;\s*$/) {
4058 $realcnt && $sline =~ /.\s*\S/) {
4503 while ($sline =~ m{(\b$TypeMisordered\b)}g) {
4510 while ($sline =~ m{\b($TypeMisordered(\s*\*)*|$C90_int_types)\b}g) {
4553 if ($sline =~ /\bconst\s+($BasicType)\s+const\b/) {
4555 if ($sline =~ /\bconst\s+\Q$found\E\s+const\b\s*\*/) {
4558 } elsif ($sline !~ /\bconst\s+\Q$found\E\s+const\s+\w+\s*\[/) {
4566 if ($sline =~ /^\+\s*const\s+static\s+($Type)\b/ ||
4567 $sline =~ /^\+\s*static\s+($BasicType)\s+const\b/) {
4752 $sline =~ /$Type\s*$Ident\s*$balanced_parens\s*\{/ &&
4753 $sline !~ /\#\s*define\b.*do\s*\{/ &&
4754 $sline !~ /}/) {
5389 if ($sline =~ /^.\s+[A-Za-z_][A-Za-z\d_]*:(?!\s*\d+)/ &&
5390 $sline !~ /^. [A-Za-z\d_][A-Za-z\d_]*:/ &&
5391 $sline !~ /^.\s+default:/) {
5431 if ($sline =~ /^[ \+]}\s*$/ &&
5486 if ($sline =~ /\breturn(?:\s*\(+\s*|\s+)(E[A-Z]+)(?:\s*\)+\s*|\s*)[;:,]/) {
6057 if ($sline =~ /^.\s*\}\s*else\s*$/ ||
6058 $sline =~ /^.\s*else\s*\{\s*$/) {
6209 if ($rawline =~ /\\$/ && $sline =~ tr/"/"/ % 2) {
6697 if ($sline =~ /\bseq_printf\s*\(.*"\s*\)\s*;\s*$/) {