Lines Matching refs:quote_string
195 char const *quote_string = 0; in quotearg_buffer_restyled() local
214 quote_string = "\""; in quotearg_buffer_restyled()
247 for (quote_string = left; *quote_string; quote_string++) in quotearg_buffer_restyled()
248 STORE (*quote_string); in quotearg_buffer_restyled()
250 quote_string = right; in quotearg_buffer_restyled()
251 quote_string_len = strlen (quote_string); in quotearg_buffer_restyled()
257 quote_string = "'"; in quotearg_buffer_restyled()
273 && memcmp (arg + i, quote_string, quote_string_len) == 0) in quotearg_buffer_restyled()
508 if (quote_string) in quotearg_buffer_restyled()
509 for (; *quote_string; quote_string++) in quotearg_buffer_restyled()
510 STORE (*quote_string); in quotearg_buffer_restyled()