Searched refs:in_dquote (Results 1 – 1 of 1) sorted by relevance
1253 int num_args = 0, in_quote = 0, in_dquote = 0, rc; in split_args() local1279 if (in_dquote) { in split_args()1301 } else if (in_dquote) { in split_args()1302 in_dquote = 0; in split_args()1304 in_dquote = 1; in split_args()1340 if (isspace(*s) && !in_quote && !in_dquote) { in split_args()