Searched refs:in_dquote (Results 1 – 1 of 1) sorted by relevance
1232 int num_args = 0, in_quote = 0, in_dquote = 0, rc; in split_args() local1258 if (in_dquote) { in split_args()1280 } else if (in_dquote) { in split_args()1281 in_dquote = 0; in split_args()1283 in_dquote = 1; in split_args()1319 if (isspace(*s) && !in_quote && !in_dquote) { in split_args()