Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dcomplete.c358 rl_quote_func_t *rl_filename_quoting_function = rl_quote_filename; variable
1789 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()
H A Dreadline.h790 extern rl_quote_func_t *rl_filename_quoting_function;
/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/
H A Drltech.texi2004 @deftypevar {rl_quote_func_t *} rl_filename_quoting_function
2254 by @code{rl_filename_quoting_function}.
H A Dreadline.info3377 -- Variable: rl_quote_func_t * rl_filename_quoting_function
3607 'rl_filename_quoting_function'.
4955 * rl_filename_quoting_function: Completion Variables.