Home
last modified time | relevance | path

Searched refs:rl_attempted_completion_function (Results 1 – 6 of 6) sorted by relevance

/openbsd/lib/libedit/readline/
H A Dreadline.h113 extern CPPFunction *rl_attempted_completion_function;
/openbsd/gnu/lib/libreadline/examples/
H A Dfileman.c247 rl_attempted_completion_function = fileman_completion; in initialize_readline()
/openbsd/gnu/lib/libreadline/
H A Dcomplete.c188 rl_completion_func_t *rl_attempted_completion_function = (rl_completion_func_t *)NULL; variable
786 if (rl_attempted_completion_function)
788 matches = (*rl_attempted_completion_function) (text, start, end);
H A Dreadline.h596 extern rl_completion_func_t *rl_attempted_completion_function;
/openbsd/lib/libedit/
H A Dreadline.c104 CPPFunction *rl_attempted_completion_function = NULL; variable
1809 rl_attempted_completion_function, in rl_complete()
/openbsd/gnu/lib/libreadline/doc/
H A Drltech.texinfo1517 @deftypevar {rl_completion_func_t *} rl_attempted_completion_function
1700 @code{rl_attempted_completion_function} sets this variable to a non-zero
1927 rl_attempted_completion_function = fileman_completion;