Lines Matching refs:quoted
166 bool quoted = false; local
183 quoted = !quoted;
184 else if (!quoted)
204 return !quoted && commentlev == 0;
232 bool quoted = false; local
258 if (!quoted)
269 quoted = !quoted;
275 (quoted ? 1 : 0)))
280 else if (*ptr == '(' && !quoted)
283 quoted = false;
299 if (quoted)
337 bool quoted = false; local
345 if (!quoted && character == '\\' && *string == '\\')
357 if (!quoted)
375 quoted = !quoted;
376 else if (*string == character && !quoted)