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

/freebsd-9.3-release/contrib/libreadline/
H A Dhistory.h230 history_expansion_char that begins this specification.
244 extern char history_expansion_char;
H A Dhistexpand.c76 char history_expansion_char = '!'; variable
89 immediately following history_expansion_char. */
121 You pass STRING with *INDEX equal to the history_expansion_char that
154 if (string[i] != history_expansion_char)
167 if (string[i] == history_expansion_char)
545 fake_s[0] = fake_s[1] = history_expansion_char;
946 if (history_expansion_char == 0)
962 /* Before we grovel forever, see if the history_expansion_char appears
972 string[0] = string[1] = history_expansion_char;
1016 else if (string[i] == history_expansion_char)
[all...]
/freebsd-9.3-release/lib/libedit/
H A Dreadline.c91 char history_expansion_char = '!'; variable
501 if (cmd[idx++] != history_expansion_char)
505 if (cmd[idx] == history_expansion_char || cmd[idx] == '\0') {
875 if (history_expansion_char == 0) {
886 (*output)[0] = (*output)[1] = history_expansion_char;
927 str[j + 1] == history_expansion_char) {
936 if (str[j] == history_expansion_char
948 if (str[j] == history_expansion_char)
956 if (str[i] == '\0' || str[i] != history_expansion_char) {

Completed in 100 milliseconds