Home | History | Annotate | Download | only in libedit

Lines Matching defs:d_quoted

205 	size_t d_quoted = 0;	/* does the input contain a double quote */
218 if (temp[0] == '\'' && !d_quoted &&
225 d_quoted = !d_quoted;
240 if (d_quoted && needs_dquote_escaping(c)) {
244 if (!s_quoted && !d_quoted && needs_escaping(c))
249 if (s_quoted || d_quoted)
284 if (d_quoted && !needs_dquote_escaping(c)) {
299 if (!s_quoted && !d_quoted)
309 else if (d_quoted)