Home
last modified time | relevance | path

Searched refs:break_chars (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/libedit/src/
HDfilecomplete.c53 static const wchar_t break_chars[] = L" \t\n\"\\'`@$><=;|&{("; variable
844 break_chars, NULL, NULL, (size_t)100, in _el_fn_complete()
HDreadline.c78 static char break_chars[] = { ' ', '\t', '\n', '"', '\\', '\'', '`', '@', '$', variable
113 const char *rl_basic_word_break_characters = break_chars;