Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/wpa/dist/src/utils/
H A Dedit_readline.c122 rl_attempted_completion_function = readline_completion; in edit_init()
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/examples/
H A Drl-fgets.c329 rl_attempted_completion_function = my_fgets_completion ; in fgets()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/
H A Drl-fgets.c329 rl_attempted_completion_function = my_fgets_completion ; in fgets()
H A Dfileman.c258 rl_attempted_completion_function = fileman_completion; in initialize_readline()
/netbsd-src/lib/libedit/readline/
H A Dreadline.h122 extern rl_completion_func_t *rl_attempted_completion_function;
/netbsd-src/external/gpl2/lvm2/dist/tools/
H A Dlvm.c192 rl_attempted_completion_function = (CPPFunction *) _completion; in lvm_shell()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dreadline.c1465 sp->attemptfunc = rl_attempted_completion_function; in rl_save_state()
1505 rl_attempted_completion_function = sp->attemptfunc; in rl_restore_state()
H A Dcomplete.c277 rl_completion_func_t *rl_attempted_completion_function = (rl_completion_func_t *)NULL; variable
1220 if (rl_attempted_completion_function) in gen_completion_matches()
1222 matches = (*rl_attempted_completion_function) (text, start, end); in gen_completion_matches()
H A Dreadline.h686 extern rl_completion_func_t *rl_attempted_completion_function;
/netbsd-src/lib/libedit/
H A Dreadline.c117 rl_completion_func_t *rl_attempted_completion_function = NULL; variable
1985 rl_attempted_completion_function, in rl_complete()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/
H A Drltech.texi1990 @deftypevar {rl_completion_func_t *} rl_attempted_completion_function
2259 @code{rl_attempted_completion_function} sets this variable to a non-zero
2529 rl_attempted_completion_function = fileman_completion;
H A Dreadline.info3365 -- Variable: rl_completion_func_t * rl_attempted_completion_function
3611 'rl_attempted_completion_function' sets this variable to a non-zero
3877 rl_attempted_completion_function = fileman_completion;
4828 * rl_attempted_completion_function: Completion Variables.
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c29459 rl_attempted_completion_function = readline_completion;
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-201711213 hook. Install a rl_attempted_completion_function hook instead.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-201711213 hook. Install a rl_attempted_completion_function hook instead.