Searched refs:in_dquote (Results 1 – 1 of 1) sorted by relevance
1294 int num_args = 0, in_quote = 0, in_dquote = 0, rc; in split_args() local1320 if (in_dquote) { in split_args()1342 } else if (in_dquote) { in split_args()1343 in_dquote = 0; in split_args()1345 in_dquote = 1; in split_args()1381 if (isspace(*s) && !in_quote && !in_dquote) { in split_args()