Searched refs:replace_history_entry (Results 1 – 6 of 6) sorted by relevance
157 HIST_ENTRY *replace_history_entry(int, const char *, histdata_t);
451 old_entry = replace_history_entry(entry_number, line, (void *)NULL); in py_replace_history()
155 The position is zero-based. This calls :c:func:`replace_history_entry`
160 The position is zero-based. This calls :c:func:`replace_history_entry`
570 old_entry = replace_history_entry(entry_number, PyBytes_AS_STRING(encoded), (void *)NULL); in py_replace_history()
1432 replace_history_entry(int num, const char *line, histdata_t data) in replace_history_entry() function