Lines Matching refs:quoted
1418 my $quoted = "";
1450 # Extract comments from names excluding quoted parts
1453 $quoted = $1;
1459 $name = trim("$quoted $name");
3908 # a quoted string starts before $max_line_length
6320 "quoted string split across lines\n" . $hereprev) &&
6348 "break quoted strings at a space character\n" . $hereprev);
6374 # check for spaces before a quoted newline
6377 "unnecessary whitespace before a quoted newline\n" . $herecurr) &&
6435 # check for line continuations in quoted strings with odd counts of "
6438 "Avoid line continuations in quoted strings\n" . $herecurr);