Lines Matching defs:quoted
56 ** pointer to quoted string.
71 /* Find length of quoted string */
130 ** are only found inside comments, quoted strings, or backslash
144 bool quoted = false;
161 quoted = !quoted;
162 else if (!quoted)
182 return !quoted && commentlev == 0;
210 bool quoted = false;
236 if (!quoted)
247 quoted = !quoted;
253 (quoted ? 1 : 0)))
258 else if (*ptr == '(' && !quoted)
261 quoted = false;
277 if (quoted)
316 bool quoted = false;
324 if (!quoted && character == '\\' && *string == '\\')
336 if (!quoted)
354 quoted = !quoted;
355 else if (*string == character && !quoted)