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

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dfilecomplete.c75 static const Char break_chars[] = { ' ', '\t', '\n', '"', '\\', '\'', '`', '@', variable
587 break_chars, NULL, NULL, 100,
H A Dreadline.c76 static char break_chars[] = { ' ', '\t', '\n', '"', '\\', '\'', '`', '@', '$', variable
102 char *rl_basic_word_break_characters = break_chars;
/macosx-10.10/libedit-40/src/
H A Dfilecomplete.c57 static const Char break_chars[] = { ' ', '\t', '\n', '"', '\\', '\'', '`', '@', variable
611 break_chars, NULL, NULL, (size_t)100,
H A Dreadline.c77 static char break_chars[] = { ' ', '\t', '\n', '"', '\\', '\'', '`', '@', '$', variable
103 char *rl_basic_word_break_characters = break_chars;
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dfilecomplete.c65 static char break_chars[] = { ' ', '\t', '\n', '"', '\\', '\'', '`', '@', '$', variable
534 break_chars, NULL, ' ', 100,
H A Dreadline.c77 static char break_chars[] = { ' ', '\t', '\n', '"', '\\', '\'', '`', '@', '$', variable
100 char *rl_basic_word_break_characters = break_chars;

Completed in 124 milliseconds