Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/linenoise/
H A Dlinenoise.c132 static int history_len = 0; variable
701 if (history_len > 1) { in linenoiseEditHistoryNext()
816 history_len--; in linenoiseEdit()
840 history_len--; in linenoiseEdit()
1113 if (history_len && !strcmp(history[history_len-1], line)) return 0; in linenoiseHistoryAdd()
1122 history_len--; in linenoiseHistoryAdd()
1124 history[history_len] = linecopy; in linenoiseHistoryAdd()
1125 history_len++; in linenoiseHistoryAdd()
1138 int tocopy = history_len; in linenoiseHistorySetMaxLen()
1156 if (history_len > history_max_len) in linenoiseHistorySetMaxLen()
[all …]