Home
last modified time | relevance | path

Searched refs: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
552 break_chars, NULL, NULL, 100, in _el_fn_complete()
H A Dreadline.c74 static char break_chars[] = { ' ', '\t', '\n', '"', '\\', '\'', '`', '@', '$', variable
100 char *rl_basic_word_break_characters = break_chars;