OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:break_chars
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libedit/TEST/
test_filecompletion.c
488
static const wchar_t
break_chars
[] = L" \t\n\"\\'`@$><=;|&{(";
variable
540
fn_complete(el, mycomplet_func, NULL,
break_chars
, NULL, NULL, 10, NULL, NULL, NULL, NULL);
/src/lib/libedit/
filecomplete.c
52
static const wchar_t
break_chars
[] = L" \t\n\"\\'`@$><=;|&{(";
variable
851
break_chars
, NULL, NULL, (size_t)100,
readline.c
77
static char
break_chars
[] = { ' ', '\t', '\n', '"', '\\', '\'', '`', '@', '$',
variable
112
const char *rl_basic_word_break_characters =
break_chars
;
Completed in 44 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026