Searched refs:rl_filename_quoting_function (Results 1 – 3 of 3) sorted by relevance
263 rl_quote_func_t *rl_filename_quoting_function = rl_quote_filename; variable1279 if (do_replace != NO_MATCH && rl_filename_quoting_function)1280 replacement = (*rl_filename_quoting_function) (match, do_replace, qc);
669 extern rl_quote_func_t *rl_filename_quoting_function;
1531 @deftypevar {rl_quote_func_t *} rl_filename_quoting_function1695 by @code{rl_filename_quoting_function}.