OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rl_completion_word_break_hook
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libedit/readline/
readline.h
121
extern char *(*
rl_completion_word_break_hook
)(void);
/src/lib/libedit/
readline.c
116
char *(*
rl_completion_word_break_hook
)(void) = NULL;
variable in typeref:typename:char * (*)(void)
1975
if (
rl_completion_word_break_hook
!= NULL)
1976
breakchars = (*
rl_completion_word_break_hook
)();
Completed in 13 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025