Lines Matching refs:elide_outer_quotes
255 bool elide_outer_quotes = (flags & QA_ELIDE_OUTER_QUOTES) != 0; in quotearg_buffer_restyled() local
270 elide_outer_quotes = true; in quotearg_buffer_restyled()
273 if (!elide_outer_quotes) in quotearg_buffer_restyled()
282 elide_outer_quotes = false; in quotearg_buffer_restyled()
315 if (!elide_outer_quotes) in quotearg_buffer_restyled()
326 elide_outer_quotes = true; in quotearg_buffer_restyled()
329 if (!elide_outer_quotes) in quotearg_buffer_restyled()
336 elide_outer_quotes = false; in quotearg_buffer_restyled()
354 if (elide_outer_quotes) in quotearg_buffer_restyled()
365 if (elide_outer_quotes) in quotearg_buffer_restyled()
392 if (elide_outer_quotes) in quotearg_buffer_restyled()
406 if (elide_outer_quotes) in quotearg_buffer_restyled()
436 if (backslash_escapes && elide_outer_quotes && quote_string_len) in quotearg_buffer_restyled()
441 && elide_outer_quotes) in quotearg_buffer_restyled()
474 && elide_outer_quotes) in quotearg_buffer_restyled()
481 if (elide_outer_quotes) in quotearg_buffer_restyled()
565 if ('[' == 0x5b && elide_outer_quotes in quotearg_buffer_restyled()
599 if (elide_outer_quotes) in quotearg_buffer_restyled()
622 if (! ((backslash_escapes || elide_outer_quotes) in quotearg_buffer_restyled()
629 if (elide_outer_quotes) in quotearg_buffer_restyled()
638 && elide_outer_quotes) in quotearg_buffer_restyled()
641 if (quote_string && !elide_outer_quotes) in quotearg_buffer_restyled()