Searched refs:rl_attempted_completion_function (Results 1 – 8 of 8) sorted by relevance
114 extern rl_completion_func_t *rl_attempted_completion_function;
122 rl_attempted_completion_function = readline_completion; in edit_init()
329 rl_attempted_completion_function = my_fgets_completion ; in fgets()
247 rl_attempted_completion_function = fileman_completion; in initialize_readline()
199 rl_completion_func_t *rl_attempted_completion_function = (rl_completion_func_t *)NULL; variable962 if (rl_attempted_completion_function)964 matches = (*rl_attempted_completion_function) (text, start, end);
618 extern rl_completion_func_t *rl_attempted_completion_function;
114 rl_completion_func_t *rl_attempted_completion_function = NULL; variable1837 rl_attempted_completion_function, in rl_complete()
1604 @deftypevar {rl_completion_func_t *} rl_attempted_completion_function1824 @code{rl_attempted_completion_function} sets this variable to a non-zero2054 rl_attempted_completion_function = fileman_completion;