Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/readline/
HDcomplete.c283 const char *rl_filename_quote_characters = (const char *)NULL; variable
1602 should_quote = rl_filename_quote_characters
1603 ? (_rl_strpbrk (match, rl_filename_quote_characters) != 0)
HDreadline.h658 extern const char *rl_filename_quote_characters;