Searched refs:in_quote (Results 1 – 1 of 1) sorted by relevance
217 bool in_quote; member220 AdvanceState() : in_quote(false), in_escape(false) {} in AdvanceState()225 if (state->in_quote) { in AdvanceOne()231 state->in_quote = false; in AdvanceOne()236 state->in_quote = IsQuote(state->quote_char = c); in AdvanceOne()