Searched refs:break_chars (Results 1 – 2 of 2) sorted by relevance
/external/libedit/src/ |
D | filecomplete.c | 57 static const Char break_chars[] = { ' ', '\t', '\n', '"', '\\', '\'', '`', '@', variable 574 break_chars, NULL, NULL, (size_t)100, in _el_fn_complete()
|
D | readline.c | 77 static char break_chars[] = { ' ', '\t', '\n', '"', '\\', '\'', '`', '@', '$', variable 111 char *rl_basic_word_break_characters = break_chars;
|