Home | History | Annotate | Download | only in src

Lines Matching refs:rl_completion_word_break_hook

115 char *(*rl_completion_word_break_hook)(void) = NULL;
1779 if (rl_completion_word_break_hook != NULL)
1780 breakchars = (*rl_completion_word_break_hook)();