Home
last modified time | relevance | path

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

/external/libedit/src/editline/
Dreadline.h113 extern CPPFunction *rl_attempted_completion_function;
/external/wpa_supplicant_8/src/utils/
Dedit_readline.c122 rl_attempted_completion_function = readline_completion; in edit_init()
/external/libedit/examples/
Dfileman.c234 rl_attempted_completion_function = fileman_completion; in initialize_readline()
/external/python/cpython2/Doc/library/
Dreadline.rst216 :c:data:`rl_attempted_completion_function` callback of the
240 :c:data:`rl_attempted_completion_function` callback of the
/external/python/cpython2/Modules/
Dreadline.c954 rl_attempted_completion_function = flex_complete; in setup_readline()
/external/libedit/src/
Dreadline.c116 CPPFunction *rl_attempted_completion_function = NULL; variable
1787 rl_attempted_completion_function, in rl_complete()