Home
last modified time | relevance | path

Searched refs:history_no_expand_chars (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gdb-7/readline/
H A Dhistory.h248 extern char *history_no_expand_chars;
H A Dhistexpand.c91 char *history_no_expand_chars = " \t\n\r="; variable
1023 if (cc == 0 || member (cc, history_no_expand_chars))
1173 if (cc == 0 || member (cc, history_no_expand_chars) ||
/dragonfly/contrib/libedit/src/
H A Dreadline.c107 char *history_no_expand_chars = expand_chars; variable
1061 && !strchr(history_no_expand_chars, str[j + 1]) in history_expand()