Home
last modified time | relevance | path

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

/openbsd/src/gnu/lib/libreadline/
Dcomplete.c263 rl_quote_func_t *rl_filename_quoting_function = rl_quote_filename; variable
1279 if (do_replace != NO_MATCH && rl_filename_quoting_function)
1280 replacement = (*rl_filename_quoting_function) (match, do_replace, qc);
Dreadline.h669 extern rl_quote_func_t *rl_filename_quoting_function;
/openbsd/src/gnu/lib/libreadline/doc/
Drltech.texinfo1531 @deftypevar {rl_quote_func_t *} rl_filename_quoting_function
1695 by @code{rl_filename_quoting_function}.