Home
last modified time | relevance | path

Searched refs:quotechars (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
Dcompleter.c683 skip_quoted_chars (char *str, char *quotechars, char *breakchars) in skip_quoted_chars() argument
688 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()