Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libedit/TEST/
Dtest_filecompletion.c488 static const wchar_t break_chars[] = L" \t\n\"\\'`@$><=;|&{("; variable
540 fn_complete(el, mycomplet_func, NULL, break_chars, NULL, NULL, 10, NULL, NULL, NULL, NULL); in main()
/freebsd-12-stable/contrib/libedit/
Dfilecomplete.c52 static const wchar_t break_chars[] = L" \t\n\"\\'`@$><=;|&{("; variable
845 break_chars, NULL, NULL, (size_t)100, in _el_fn_complete()
Dreadline.c73 static char break_chars[] = { ' ', '\t', '\n', '"', '\\', '\'', '`', '@', '$', variable
108 const char *rl_basic_word_break_characters = break_chars;