OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rl_completion_display_matches_hook
(Results
1 - 9
of
9
) sorted by relevancy
/src/lib/libedit/readline/
readline.h
159
extern rl_compdisp_func_t *
rl_completion_display_matches_hook
;
/src/external/gpl3/gdb.old/dist/gdb/tui/
tui-io.c
773
/* TUI version of
rl_completion_display_matches_hook
.
817
tui_old_rl_display_matches_hook =
rl_completion_display_matches_hook
;
827
rl_completion_display_matches_hook
= tui_rl_display_match_list;
860
rl_completion_display_matches_hook
= tui_old_rl_display_matches_hook;
/src/external/gpl3/gdb/dist/gdb/tui/
tui-io.c
806
/* TUI version of
rl_completion_display_matches_hook
.
850
tui_old_rl_display_matches_hook =
rl_completion_display_matches_hook
;
860
rl_completion_display_matches_hook
= tui_rl_display_match_list;
893
rl_completion_display_matches_hook
= tui_old_rl_display_matches_hook;
/src/external/gpl3/gdb/dist/readline/readline/
readline.h
783
extern rl_compdisp_func_t *
rl_completion_display_matches_hook
;
complete.c
108
rl_compdisp_func_t *
rl_completion_display_matches_hook
= (rl_compdisp_func_t *)NULL;
variable
1681
matches itself, it sets
RL_COMPLETION_DISPLAY_MATCHES_HOOK
to the
1724
if (
rl_completion_display_matches_hook
)
1726
(*
rl_completion_display_matches_hook
) (matches, len, max);
2151
if (
rl_completion_display_matches_hook
== 0)
/src/external/gpl3/gdb.old/dist/readline/readline/
readline.h
783
extern rl_compdisp_func_t *
rl_completion_display_matches_hook
;
complete.c
108
rl_compdisp_func_t *
rl_completion_display_matches_hook
= (rl_compdisp_func_t *)NULL;
variable
1681
matches itself, it sets
RL_COMPLETION_DISPLAY_MATCHES_HOOK
to the
1724
if (
rl_completion_display_matches_hook
)
1726
(*
rl_completion_display_matches_hook
) (matches, len, max);
2151
if (
rl_completion_display_matches_hook
== 0)
/src/external/gpl3/gdb.old/dist/gdb/
top.c
2157
rl_completion_display_matches_hook
= cli_display_match_list;
/src/external/gpl3/gdb/dist/gdb/
top.c
2168
rl_completion_display_matches_hook
= cli_display_match_list;
Completed in 23 milliseconds
Indexes created Sat Aug 15 00:25:12 UTC 2026