Home | History | Annotate | Download | only in config

Lines Matching defs:in_quotes

8278       bool in_quotes = false;
8291 while (in_quotes || paren_not_balanced || *l != ',')
8295 if (in_quotes)
8314 in_quotes = !in_quotes;
8315 else if (!in_quotes && !is_operand_char (*l) && !is_whitespace (*l))
8322 if (!intel_syntax && !in_quotes)
15640 bool in_quotes = false;
15650 in_quotes = !in_quotes;
15651 else if (!in_quotes)