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

/netbsd-current/usr.bin/rdist/
H A Dgram.y210 static char quotechars[] = "[]{}*?$";
293 if (any(c, quotechars))
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcompleter.c2467 skip_quoted_chars (const char *str, const char *quotechars,
2473 if (quotechars == NULL)
2474 quotechars = gdb_completer_quote_characters;
2491 else if (strchr (quotechars, *scan))
2466 skip_quoted_chars(const char *str, const char *quotechars, const char *breakchars) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dcompleter.c2364 skip_quoted_chars (const char *str, const char *quotechars,
2370 if (quotechars == NULL)
2371 quotechars = gdb_completer_quote_characters;
2388 else if (strchr (quotechars, *scan))
2363 skip_quoted_chars(const char *str, const char *quotechars, const char *breakchars) argument

Completed in 157 milliseconds