Searched refs:quotechars (Results 1 – 1 of 1) sorted by relevance
683 skip_quoted_chars (char *str, char *quotechars, char *breakchars) in skip_quoted_chars() argument688 if (quotechars == NULL) in skip_quoted_chars()689 quotechars = gdb_completer_quote_characters; in skip_quoted_chars()706 else if (strchr (quotechars, *scan)) in skip_quoted_chars()