Lines Matching refs:quoted
1393 my $quoted = "";
1425 # Extract comments from names excluding quoted parts
1428 $quoted = $1;
1434 $name = trim("$quoted $name");
3853 # a quoted string starts before $max_line_length
6264 "quoted string split across lines\n" . $hereprev) &&
6292 "break quoted strings at a space character\n" . $hereprev);
6318 # check for spaces before a quoted newline
6321 "unnecessary whitespace before a quoted newline\n" . $herecurr) &&
6379 # check for line continuations in quoted strings with odd counts of "
6382 "Avoid line continuations in quoted strings\n" . $herecurr);