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

/freebsd-12-stable/contrib/libedit/TEST/
H A 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);
/freebsd-12-stable/contrib/libedit/
H A Dfilecomplete.c52 static const wchar_t break_chars[] = L" \t\n\"\\'`@$><=;|&{("; variable
845 break_chars, NULL, NULL, (size_t)100,
H A Dreadline.c73 static char break_chars[] = { ' ', '\t', '\n', '"', '\\', '\'', '`', '@', '$', variable
108 const char *rl_basic_word_break_characters = break_chars;

Completed in 53 milliseconds