Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dreadline.c101 char history_expansion_char = '!'; variable
578 if (cmd[idx++] != history_expansion_char) in get_history_event()
582 if (cmd[idx] == history_expansion_char || cmd[idx] == '\0') { in get_history_event()
995 if (history_expansion_char == 0) { in history_expand()
1006 (*output)[0] = (*output)[1] = history_expansion_char; in history_expand()
1046 str[j + 1] == history_expansion_char) { in history_expand()
1056 if (str[j] == history_expansion_char in history_expand()
1068 if (str[j] == history_expansion_char) in history_expand()
1076 if (str[i] == '\0' || str[i] != history_expansion_char) { in history_expand()