Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_readline.py22 readline.clear_history()
/external/libedit/src/editline/
Dreadline.h149 void clear_history(void);
/external/python/cpython2/Modules/
Dreadline.c625 clear_history(); in py_clear_history()
929 clear_history(); in setup_readline()
/external/python/cpython2/Doc/library/
Dreadline.rst117 .. function:: clear_history()
119 Clear the current history. This calls :c:func:`clear_history` in the
/external/libedit/src/
Dreadline.c1478 clear_history(void) in clear_history() function
/external/python/cpython2/Misc/
DHISTORY3302 - readline.clear_history was added.