Searched refs:rl_filename_quoting_function (Results 1 – 4 of 4) sorted by relevance
358 rl_quote_func_t *rl_filename_quoting_function = rl_quote_filename; variable1789 if (do_replace != NO_MATCH && rl_filename_quoting_function) in make_quoted_replacement()1790 replacement = (*rl_filename_quoting_function) (match, do_replace, qc); in make_quoted_replacement()
790 extern rl_quote_func_t *rl_filename_quoting_function;
2004 @deftypevar {rl_quote_func_t *} rl_filename_quoting_function2254 by @code{rl_filename_quoting_function}.
3377 -- Variable: rl_quote_func_t * rl_filename_quoting_function3607 'rl_filename_quoting_function'.4955 * rl_filename_quoting_function: Completion Variables.