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

/freebsd-9.3-release/contrib/libreadline/
H A Dhistory.h248 extern char *history_no_expand_chars;
H A Dhistexpand.c90 char *history_no_expand_chars = " \t\n\r="; variable
987 /* `!' followed by one of the characters in history_no_expand_chars
1018 if (!cc || member (cc, history_no_expand_chars))
1164 characters in history_no_expand_chars, then it is not a
1166 if (member (cc, history_no_expand_chars))
/freebsd-9.3-release/lib/libedit/
H A Dreadline.c93 char *history_no_expand_chars = expand_chars; variable
937 && !strchr(history_no_expand_chars, str[j + 1])

Completed in 92 milliseconds