Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dreadline.c72 static int8_t libedit_history_start = 0; variable
834 idx = idx - 1 + libedit_history_start; in readline_get_history_item_impl()
841 if (idx < (0 + libedit_history_start) in readline_get_history_item_impl()
842 || idx >= (length + libedit_history_start)) { in readline_get_history_item_impl()
1219 libedit_history_start = 0; in setup_readline()
1221 libedit_history_start = 1; in setup_readline()
1232 HIST_ENTRY *item = history_get(libedit_history_start); in setup_readline()
1424 hist_ent = history_get(length + libedit_history_start - 1); in call_readline()

Completed in 4 milliseconds