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

/freebsd-11-stable/contrib/libreadline/
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))
H A Dhistory.h248 extern char *history_no_expand_chars;
/freebsd-11-stable/lib/libedit/
H A Dreadline.c102 char *history_no_expand_chars = expand_chars; variable
993 && !strchr(history_no_expand_chars, str[j + 1])

Completed in 117 milliseconds