Searched refs:rl_attempted_completion_function (Results 1 – 6 of 6) sorted by relevance
113 extern CPPFunction *rl_attempted_completion_function;
247 rl_attempted_completion_function = fileman_completion; in initialize_readline()
188 rl_completion_func_t *rl_attempted_completion_function = (rl_completion_func_t *)NULL; variable786 if (rl_attempted_completion_function)788 matches = (*rl_attempted_completion_function) (text, start, end);
596 extern rl_completion_func_t *rl_attempted_completion_function;
104 CPPFunction *rl_attempted_completion_function = NULL; variable1809 rl_attempted_completion_function, in rl_complete()
1517 @deftypevar {rl_completion_func_t *} rl_attempted_completion_function1700 @code{rl_attempted_completion_function} sets this variable to a non-zero1927 rl_attempted_completion_function = fileman_completion;