Home
last modified time | relevance | path

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

/external/libedit/src/
Dreadline.c103 char history_expansion_char = '!'; variable
517 if (cmd[idx++] != history_expansion_char) in get_history_event()
521 if (cmd[idx] == history_expansion_char || cmd[idx] == '\0') { in get_history_event()
894 if (history_expansion_char == 0) { in history_expand()
905 (*output)[0] = (*output)[1] = history_expansion_char; in history_expand()
947 str[j + 1] == history_expansion_char) { in history_expand()
956 if (str[j] == history_expansion_char in history_expand()
968 if (str[j] == history_expansion_char) in history_expand()
976 if (str[i] == '\0' || str[i] != history_expansion_char) { in history_expand()