Searched refs:rl_completion_word_break_hook (Results 1 – 3 of 3) sorted by relevance
116 rl_completion_word_break_hook
116 char *(*rl_completion_word_break_hook)(void) = NULL; variable1975 if (rl_completion_word_break_hook != NULL) in rl_complete()1976 breakchars = (*rl_completion_word_break_hook)(); in rl_complete()
121 extern char *(*rl_completion_word_break_hook)(void);