Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/readline/
H A Dcomplete.c320 rl_quote_func_t *rl_filename_quoting_function = rl_quote_filename; variable
1609 if (do_replace != NO_MATCH && rl_filename_quoting_function)
1610 replacement = (*rl_filename_quoting_function) (match, do_replace, qc);
H A Dreadline.h728 extern rl_quote_func_t *rl_filename_quoting_function;