Searched refs:rl_attempted_completion_function (Results 1 – 15 of 15) sorted by relevance
122 rl_attempted_completion_function = readline_completion; in edit_init()
329 rl_attempted_completion_function = my_fgets_completion ; in fgets()
258 rl_attempted_completion_function = fileman_completion; in initialize_readline()
122 extern rl_completion_func_t *rl_attempted_completion_function;
192 rl_attempted_completion_function = (CPPFunction *) _completion; in lvm_shell()
1465 sp->attemptfunc = rl_attempted_completion_function; in rl_save_state()1505 rl_attempted_completion_function = sp->attemptfunc; in rl_restore_state()
277 rl_completion_func_t *rl_attempted_completion_function = (rl_completion_func_t *)NULL; variable1220 if (rl_attempted_completion_function) in gen_completion_matches()1222 matches = (*rl_attempted_completion_function) (text, start, end); in gen_completion_matches()
686 extern rl_completion_func_t *rl_attempted_completion_function;
117 rl_completion_func_t *rl_attempted_completion_function = NULL; variable1985 rl_attempted_completion_function, in rl_complete()
1990 @deftypevar {rl_completion_func_t *} rl_attempted_completion_function2259 @code{rl_attempted_completion_function} sets this variable to a non-zero2529 rl_attempted_completion_function = fileman_completion;
3365 -- Variable: rl_completion_func_t * rl_attempted_completion_function3611 'rl_attempted_completion_function' sets this variable to a non-zero3877 rl_attempted_completion_function = fileman_completion;4828 * rl_attempted_completion_function: Completion Variables.
29459 rl_attempted_completion_function = readline_completion;
11213 hook. Install a rl_attempted_completion_function hook instead.