Home
last modified time | relevance | path

Searched refs:rl_completion_entry_function (Results 1 – 6 of 6) sorted by relevance

/NextBSD/lib/libedit/edit/readline/
HDreadline.h112 extern rl_compentry_func_t *rl_completion_entry_function;
/NextBSD/contrib/libreadline/
HDcomplete.c190 rl_compentry_func_t *rl_completion_entry_function = (rl_compentry_func_t *)NULL; variable
1653 our_func = rl_completion_entry_function
1654 ? rl_completion_entry_function
2142 our_func = rl_completion_entry_function
2143 ? rl_completion_entry_function
HDreadline.h601 extern rl_compentry_func_t *rl_completion_entry_function;
/NextBSD/lib/libedit/
HDreadline.c112 rl_compentry_func_t *rl_completion_entry_function = NULL; variable
1836 (rl_compentry_func_t *)rl_completion_entry_function, in rl_complete()
/NextBSD/contrib/libreadline/doc/
HDrltech.texi1481 @code{rl_completion_entry_function}.
1508 @deftypevar {rl_compentry_func_t *} rl_completion_entry_function
1511 If the value of @code{rl_completion_entry_function} is
1515 address is assigned to @code{rl_completion_entry_function} and whose
1539 @code{rl_completion_matches()} and @code{rl_completion_entry_function}).
1598 @deftypevar {rl_compentry_func_t *} rl_completion_entry_function
1611 @code{rl_completion_entry_function} to generate matches, otherwise the
/NextBSD/contrib/gdb/gdb/
HDtop.c1748 rl_completion_entry_function = readline_line_completion_function; in init_main()