Searched refs:in_quote (Results 1 – 1 of 1) sorted by relevance
180 bool in_quote; member183 AdvanceState() : in_quote(false), in_escape(false) {} in AdvanceState()188 if (state->in_quote) { in AdvanceOne()194 state->in_quote = false; in AdvanceOne()199 state->in_quote = IsQuote(state->quote_char = c); in AdvanceOne()