Home
last modified time | relevance | path

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

/dflybsd-src/contrib/libedit/src/
H A Dfilecomplete.c53 static const wchar_t break_chars[] = L" \t\n\"\\'`@$><=;|&{("; variable
H A Dreadline.c78 static char break_chars[] = { ' ', '\t', '\n', '"', '\\', '\'', '`', '@', '$', variable