Searched refs:in_quote (Results 1 – 2 of 2) sorted by relevance
218 bool in_quote; member221 AdvanceState() : in_quote(false), in_escape(false), quote_char('\0') {} in AdvanceState()226 if (state->in_quote) { in AdvanceOne()232 state->in_quote = false; in AdvanceOne()237 state->in_quote = IsQuote(state->quote_char = c); in AdvanceOne()
253 in_quote = False273 elif in_quote:290 in_quote = False317 in_quote = True