Searched refs:rl_filename_quoting_function (Results 1 – 2 of 2) sorted by relevance
320 rl_quote_func_t *rl_filename_quoting_function = rl_quote_filename; variable1609 if (do_replace != NO_MATCH && rl_filename_quoting_function)1610 replacement = (*rl_filename_quoting_function) (match, do_replace, qc);
728 extern rl_quote_func_t *rl_filename_quoting_function;