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

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

Completed in 390 milliseconds