Searched refs:libedit_history_start (Results 1 – 2 of 2) sorted by relevance
79 static int8_t libedit_history_start = 0; variable862 idx = idx - 1 + libedit_history_start; in readline_get_history_item_impl()869 if (idx < (0 + libedit_history_start) in readline_get_history_item_impl()870 || idx >= (length + libedit_history_start)) { in readline_get_history_item_impl()1271 libedit_history_start = 0; in setup_readline()1273 libedit_history_start = 1; in setup_readline()1284 HIST_ENTRY *item = history_get(libedit_history_start); in setup_readline()1489 hist_ent = history_get(length + libedit_history_start - 1); in call_readline()
466 Modules/readline.c - libedit_history_start -