HomeSort by relevance Sort by last modified time
    Searched refs:quote_string (Results 1 - 2 of 2) sorted by null

  /external/bison/lib/
quotearg.c 251 char const *quote_string = 0; local
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
    [all...]
  /external/chromium_org/tools/gn/
value.cc 117 std::string Value::ToString(bool quote_string) const {
126 if (quote_string) {

Completed in 203 milliseconds