Searched refs:in_quote (Results 1 – 2 of 2) 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
1236 int num_args = 0, in_quote = 0, in_dquote = 0, rc; in split_args() local1267 } else if (in_quote) { in split_args()1268 in_quote = 0; in split_args()1270 in_quote = 1; in split_args()1279 if (in_quote) { in split_args()1323 if (isspace(*s) && !in_quote && !in_dquote) { in split_args()