Home
last modified time | relevance | path

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

/external/libedit/src/editline/
Dreadline.h137 extern VFunction *rl_completion_display_matches_hook;
/external/python/cpython2/Modules/
Dreadline.c246 rl_completion_display_matches_hook = in set_completion_display_matches_hook()
/external/python/cpython2/Doc/library/
Dreadline.rst258 :c:data:`rl_completion_display_matches_hook` callback in the
/external/libedit/src/
Dreadline.c128 VFunction *rl_completion_display_matches_hook = NULL; variable
/external/python/cpython2/
Dconfigure14099 char rl_completion_display_matches_hook ();
14103 return rl_completion_display_matches_hook ();
Dconfigure.ac4298 AC_CHECK_LIB(readline, rl_completion_display_matches_hook,