word_separators  1415 lib/widget/input_complete.c     const char *word_separators;
word_separators  1417 lib/widget/input_complete.c     word_separators = (in->completion_flags & INPUT_COMPLETE_SHELL_ESC) ? " \t;|<>" : "\t;|<>";
word_separators  1434 lib/widget/input_complete.c         if (strchr (word_separators, *s) != NULL && !strutils_is_char_escaped (in->buffer->str, s))