Searched refs:in_quote (Results 1 – 4 of 4) sorted by relevance
103 in_quote = ''123 in_quote = previous137 if in_quote:156 elif in_quote:159 if next1 == in_quote:167 in_quote = ''221 in_quote = next1
126 in_quote = None129 if in_quote:139 if not in_quote:140 in_quote = match.group(2)[0]141 elif in_quote == match.group(2)[0]:143 in_quote = None
216 bool in_quote; member219 AdvanceState() : in_quote(false), in_escape(false), quote_char('\0') {} in AdvanceState()224 if (state->in_quote) { in AdvanceOne()230 state->in_quote = false; in AdvanceOne()235 state->in_quote = IsQuote(state->quote_char = c); in AdvanceOne()
1294 int num_args = 0, in_quote = 0, in_dquote = 0, rc; in split_args() local1325 } else if (in_quote) { in split_args()1326 in_quote = 0; in split_args()1328 in_quote = 1; in split_args()1337 if (in_quote) { in split_args()1381 if (isspace(*s) && !in_quote && !in_dquote) { in split_args()