Searched refs:rl_completion_matches (Results 1 – 15 of 15) sorted by relevance
/external/e2fsprogs/lib/ss/ |
D | get_readline.c | 33 info->rl_completion_matches = 0; in ss_release_readline() 86 info->rl_completion_matches = (char **(*)(const char *, in ss_get_readline()
|
D | listen.c | 194 if ((start == 0) && current_info->rl_completion_matches) in ss_rl_completion() 195 return (*current_info->rl_completion_matches) in ss_rl_completion()
|
D | ss_internal.h | 71 char **(*rl_completion_matches)(const char *, member
|
D | invocation.c | 82 new_table->rl_completion_matches = 0; in ss_create_invocation()
|
/external/wpa_supplicant_8/src/utils/ |
D | edit_readline.c | 69 return rl_completion_matches(text, readline_completion_func); in readline_completion()
|
/external/python/cpython2/Modules/ |
D | readline.c | 36 rl_completion_matches((x), ((rl_compentry_func_t *)(y)))
|
/external/python/cpython2/Doc/library/ |
D | readline.rst | 214 passed to :c:func:`rl_completion_matches` in the underlying library.
|
/external/python/cpython3/Modules/ |
D | readline.c | 36 rl_completion_matches((x), ((rl_compentry_func_t *)(y)))
|
/external/python/cpython3/Doc/library/ |
D | readline.rst | 237 passed to :c:func:`rl_completion_matches` in the underlying library.
|
/external/python/cpython2/ |
D | configure | 14232 char rl_completion_matches (); 14236 return rl_completion_matches ();
|
D | configure.ac | 4344 AC_CHECK_LIB(readline, rl_completion_matches,
|
/external/python/cpython3/ |
D | configure | 15780 char rl_completion_matches (); 15784 return rl_completion_matches ();
|
D | configure.ac | 4946 AC_CHECK_LIB(readline, rl_completion_matches,
|
/external/sqlite/dist/ |
D | shell.c | 13052 return rl_completion_matches(zText, readline_completion_generator); in readline_completion()
|
/external/sqlite/dist/orig/ |
D | shell.c | 13031 return rl_completion_matches(zText, readline_completion_generator); in readline_completion()
|