Home
last modified time | relevance | path

Searched refs:replace_history_entry (Results 1 – 6 of 6) sorted by relevance

/external/libedit/src/editline/
Dreadline.h157 HIST_ENTRY *replace_history_entry(int, const char *, histdata_t);
/external/python/cpython2/Modules/
Dreadline.c451 old_entry = replace_history_entry(entry_number, line, (void *)NULL); in py_replace_history()
/external/python/cpython2/Doc/library/
Dreadline.rst155 The position is zero-based. This calls :c:func:`replace_history_entry`
/external/python/cpython3/Doc/library/
Dreadline.rst160 The position is zero-based. This calls :c:func:`replace_history_entry`
/external/python/cpython3/Modules/
Dreadline.c570 old_entry = replace_history_entry(entry_number, PyBytes_AS_STRING(encoded), (void *)NULL); in py_replace_history()
/external/libedit/src/
Dreadline.c1432 replace_history_entry(int num, const char *line, histdata_t data) in replace_history_entry() function