Searched refs:rl_completion_word_break_hook (Results 1 – 2 of 2) sorted by relevance
112 extern char *(*rl_completion_word_break_hook)(void);
115 char *(*rl_completion_word_break_hook)(void) = NULL; variable1779 if (rl_completion_word_break_hook != NULL) in rl_complete()1780 breakchars = (*rl_completion_word_break_hook)(); in rl_complete()