Searched refs:rl_filename_dequoting_function (Results 1 – 2 of 2) sorted by relevance
326 rl_dequote_func_t *rl_filename_dequoting_function = (rl_dequote_func_t *)NULL; variable1260 rl_filename_dequoting_function &&1264 dtext = (*rl_filename_dequoting_function) ((char *)text, rl_completion_quote_character);2205 if (rl_completion_found_quote && rl_filename_dequoting_function)2206 users_dirname = (*rl_filename_dequoting_function) (dirname, rl_completion_quote_character);2233 else if (rl_completion_found_quote && rl_filename_dequoting_function)2242 if (filename && *filename && rl_completion_found_quote && rl_filename_dequoting_function)2245 temp = (*rl_filename_dequoting_function) (filename, rl_completion_quote_character);
733 extern rl_dequote_func_t *rl_filename_dequoting_function;