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

/freebsd-9.3-release/lib/libedit/
H A Dfilecomplete.c53 static char break_chars[] = { ' ', '\t', '\n', '"', '\\', '\'', '`', variable
567 break_chars, NULL, NULL, 100,
581 else if (strchr(break_chars, *buffer))
601 if (strchr(break_chars, *src) ||
614 if (strchr(break_chars, *src) ||
664 break_chars, NULL, NULL, 100,
H A Dreadline.c73 static char break_chars[] = { ' ', '\t', '\n', '"', '\\', '\'', '`', '@', '$', variable
99 char *rl_basic_word_break_characters = break_chars;

Completed in 102 milliseconds