Home
last modified time | relevance | path

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

/openbsd/lib/libedit/
H A Dfilecomplete.c50 static const wchar_t break_chars[] = L" \t\n\"\\'`@$><=;|&{("; variable
H A Dreadline.c74 static char break_chars[] = { ' ', '\t', '\n', '"', '\\', '\'', '`', '@', '$', variable