Lines Matching refs:quoted
183 # Remove comments in the "quoted" part of a line that starts
184 # in a quoted block? The problem is that we have no idea
199 # Remove quoted strings so we can more easily ignore comments
204 # If inside a quoted string, remove everything before the quote
282 # Remove "" / '' as they clearly aren't quoted strings
289 # Inside a quoted block
294 # Remove quoted strings delimited with $otherquote
297 # Remove quotes that are themselves quoted
319 # Still inside the quoted block, skip this line
324 # Check even if we removed the end of a quoted block
328 # Possible start of a quoted block
363 # Don't flag quotes that are themselves quoted
374 # start of a quoted block.
403 # Remove "quoted quotes". They're likely to be inside
471 # double-quoted strings, so now remove those strings as well.
494 # stripped out quoted material, to avoid false positives.
499 my $quoted = defined($3);
500 $cat_string = $quoted ? $3 : $2;
501 unless ($quoted) {
523 "error: $display_filename: Unterminated quoted string found, EOF reached. Wanted: <$quote_string>, opened in line $start_lines{'quote_string'}\n"
581 # optionally quoted executable name (via $0)