Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/TEST/
H A Dtest_filecompletion.c488 static const wchar_t break_chars[] = L" \t\n\"\\'`@$><=;|&{("; variable
/freebsd/contrib/libedit/
H A Dfilecomplete.c52 static const wchar_t break_chars[] = L" \t\n\"\\'`@$><=;|&{("; variable
H A Dreadline.c74 static char break_chars[] = { ' ', '\t', '\n', '"', '\\', '\'', '`', '@', '$', variable