Searched refs:hist_ent (Results 1 – 2 of 2) sorted by relevance
555 HIST_ENTRY *hist_ent; in get_history_item() local580 if ((hist_ent = history_get(idx))) in get_history_item()581 return PyString_FromString(hist_ent->line); in get_history_item()1165 HIST_ENTRY *hist_ent; in call_readline() local1169 hist_ent = history_get(length + libedit_history_start - 1); in call_readline()1172 hist_ent = history_get(length); in call_readline()1173 line = hist_ent ? hist_ent->line : ""; in call_readline()
691 HIST_ENTRY *hist_ent; in get_history_item() local714 if ((hist_ent = history_get(idx))) in get_history_item()715 return decode(hist_ent->line); in get_history_item()1274 HIST_ENTRY *hist_ent; in call_readline() local1277 hist_ent = history_get(length + libedit_history_start - 1); in call_readline()1279 hist_ent = history_get(length); in call_readline()1280 line = hist_ent ? hist_ent->line : ""; in call_readline()