Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dreadline.c825 HIST_ENTRY *hist_ent; in readline_get_history_item_impl() local
846 if ((hist_ent = history_get(idx))) in readline_get_history_item_impl()
847 return decode(hist_ent->line); in readline_get_history_item_impl()
1421 HIST_ENTRY *hist_ent; in call_readline() local
1424 hist_ent = history_get(length + libedit_history_start - 1); in call_readline()
1426 hist_ent = history_get(length); in call_readline()
1427 line = hist_ent ? hist_ent->line : ""; in call_readline()

Completed in 3 milliseconds