Searched refs:in_dquote (Results 1 – 1 of 1) sorted by relevance
1263 int num_args = 0, in_quote = 0, in_dquote = 0, rc; in split_args() local1289 if (in_dquote) { in split_args()1311 } else if (in_dquote) { in split_args()1312 in_dquote = 0; in split_args()1314 in_dquote = 1; in split_args()1350 if (isspace(*s) && !in_quote && !in_dquote) { in split_args()