Lines Matching refs:quote_string
251 char const *quote_string = 0;
276 quote_string = "\"";
316 for (quote_string = left_quote; *quote_string; quote_string++)
317 STORE (*quote_string);
319 quote_string = right_quote;
320 quote_string_len = strlen (quote_string);
331 quote_string = "'";
352 && memcmp (arg + i, quote_string, quote_string_len) == 0)
368 /* If quote_string were to begin with digits, we'd need to
380 backslash-escaped because, again, quote_string should
504 appeared at the beginning of quote_string because we'd then
641 if (quote_string && !elide_outer_quotes)
642 for (; *quote_string; quote_string++)
643 STORE (*quote_string);