Searched refs:quote_string (Results 1 – 1 of 1) sorted by relevance
192 char const *quote_string = 0; in quotearg_buffer_restyled() local217 quote_string = "\""; in quotearg_buffer_restyled()252 for (quote_string = left; *quote_string; quote_string++) in quotearg_buffer_restyled()253 STORE (*quote_string); in quotearg_buffer_restyled()255 quote_string = right; in quotearg_buffer_restyled()256 quote_string_len = strlen (quote_string); in quotearg_buffer_restyled()267 quote_string = "'"; in quotearg_buffer_restyled()287 && memcmp (arg + i, quote_string, quote_string_len) == 0) in quotearg_buffer_restyled()553 if (quote_string && !elide_outer_quotes) in quotearg_buffer_restyled()554 for (; *quote_string; quote_string++) in quotearg_buffer_restyled()[all …]