Searched refs:rl_attempted_completion_function (Results 1 – 7 of 7) sorted by relevance
22 rl_attempted_completion_function;
122 rl_attempted_completion_function = readline_completion; in edit_init()
123 extern rl_completion_func_t *rl_attempted_completion_function;
192 rl_attempted_completion_function = (CPPFunction *) _completion; in lvm_shell()
239 rl_completion_func_t *rl_attempted_completion_function = (rl_completion_func_t *)NULL; variable1064 if (rl_attempted_completion_function)1067 matches = (*rl_attempted_completion_function) (text, start, end);
631 extern rl_completion_func_t *rl_attempted_completion_function;
119 rl_completion_func_t *rl_attempted_completion_function = NULL; variable1979 rl_attempted_completion_function, in rl_complete()