OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rl_completion_word_break_hook
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gdb/dist/readline/readline/
complete.c
312
rl_cpvfunc_t *
rl_completion_word_break_hook
= (rl_cpvfunc_t *)NULL;
variable
1090
if (
rl_completion_word_break_hook
)
1091
brkchars = (*
rl_completion_word_break_hook
) ();
/src/external/gpl3/gdb.old/dist/readline/readline/
complete.c
312
rl_cpvfunc_t *
rl_completion_word_break_hook
= (rl_cpvfunc_t *)NULL;
variable
1090
if (
rl_completion_word_break_hook
)
1091
brkchars = (*
rl_completion_word_break_hook
) ();
/src/lib/libedit/
readline.c
117
char *(*
rl_completion_word_break_hook
)(void) = NULL;
variable
1986
if (
rl_completion_word_break_hook
!= NULL)
1987
breakchars = (*
rl_completion_word_break_hook
)();
Completed in 71 milliseconds
Indexes created Sat Aug 15 00:25:12 UTC 2026