Lines Matching refs:quote_string
266 char const *quote_string = 0; in quotearg_buffer_restyled() local
326 quote_string = "\""; in quotearg_buffer_restyled()
366 for (quote_string = left_quote; *quote_string; quote_string++) in quotearg_buffer_restyled()
367 STORE (*quote_string); in quotearg_buffer_restyled()
369 quote_string = right_quote; in quotearg_buffer_restyled()
370 quote_string_len = strlen (quote_string); in quotearg_buffer_restyled()
388 quote_string = "'"; in quotearg_buffer_restyled()
417 && memcmp (arg + i, quote_string, quote_string_len) == 0) in quotearg_buffer_restyled()
755 if (quote_string && !elide_outer_quotes) in quotearg_buffer_restyled()
756 for (; *quote_string; quote_string++) in quotearg_buffer_restyled()
757 STORE (*quote_string); in quotearg_buffer_restyled()