Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/tui/
Dtui-io.c818 tui_old_rl_display_matches_hook = rl_completion_display_matches_hook; in tui_setup_io()
828 rl_completion_display_matches_hook = tui_rl_display_match_list; in tui_setup_io()
861 rl_completion_display_matches_hook = tui_old_rl_display_matches_hook; in tui_setup_io()
DChangeLog-1998-2003237 rl_completion_display_matches_hook so that completion is written
/netbsd/src/lib/libedit/
Dedit.expsym110 rl_completion_display_matches_hook
Dreadline.c129 rl_compdisp_func_t *rl_completion_display_matches_hook = NULL; variable
/netbsd/src/lib/libedit/readline/
Dreadline.h159 extern rl_compdisp_func_t *rl_completion_display_matches_hook;
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dtop.c2137 rl_completion_display_matches_hook = cli_display_match_list; in init_main()
DChangeLog-201513540 * top.c (init_main): Set rl_completion_display_matches_hook.
13544 (tui_setup_io): Save/restore rl_completion_display_matches_hook.
13594 * top.c (init_main): Set rl_completion_display_matches_hook.