Home
last modified time | relevance | path

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

/external/libedit/src/
Dfilecomplete.c57 static const Char break_chars[] = { ' ', '\t', '\n', '"', '\\', '\'', '`', '@', variable
574 break_chars, NULL, NULL, (size_t)100, in _el_fn_complete()
Dreadline.c77 static char break_chars[] = { ' ', '\t', '\n', '"', '\\', '\'', '`', '@', '$', variable
111 char *rl_basic_word_break_characters = break_chars;