Lines Matching defs:quoted
50 * Macros to produce a quoted string containing the value of a
130 int quoted)
158 if (quoted)
177 list_separator, quoted);
181 quoted ? "%s%s\"%s\"\n" : "%s%s%s\n",
804 int quoted = 0;
814 quoted++;
821 (!quoted || (*ptr != '"'))) {
828 if (quoted && (*ptr == '"'))
1792 * alias list members separated by white space and quoted
2141 int quoted = 0;
2146 if (quoted == 0)
2147 quoted++;
2149 quoted--;
2150 } else if (*str == ' ' && quoted)