Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ss/
Dget_readline.c33 info->rl_completion_matches = 0; in ss_release_readline()
86 info->rl_completion_matches = (char **(*)(const char *, in ss_get_readline()
Dlisten.c194 if ((start == 0) && current_info->rl_completion_matches) in ss_rl_completion()
195 return (*current_info->rl_completion_matches) in ss_rl_completion()
Dss_internal.h71 char **(*rl_completion_matches)(const char *, member
Dinvocation.c82 new_table->rl_completion_matches = 0; in ss_create_invocation()
/external/wpa_supplicant_8/src/utils/
Dedit_readline.c69 return rl_completion_matches(text, readline_completion_func); in readline_completion()
/external/python/cpython2/Modules/
Dreadline.c36 rl_completion_matches((x), ((rl_compentry_func_t *)(y)))
/external/python/cpython2/Doc/library/
Dreadline.rst214 passed to :c:func:`rl_completion_matches` in the underlying library.
/external/python/cpython3/Modules/
Dreadline.c36 rl_completion_matches((x), ((rl_compentry_func_t *)(y)))
/external/python/cpython3/Doc/library/
Dreadline.rst237 passed to :c:func:`rl_completion_matches` in the underlying library.
/external/python/cpython2/
Dconfigure14232 char rl_completion_matches ();
14236 return rl_completion_matches ();
Dconfigure.ac4344 AC_CHECK_LIB(readline, rl_completion_matches,
/external/python/cpython3/
Dconfigure15780 char rl_completion_matches ();
15784 return rl_completion_matches ();
Dconfigure.ac4946 AC_CHECK_LIB(readline, rl_completion_matches,
/external/sqlite/dist/
Dshell.c13052 return rl_completion_matches(zText, readline_completion_generator); in readline_completion()
/external/sqlite/dist/orig/
Dshell.c13031 return rl_completion_matches(zText, readline_completion_generator); in readline_completion()